How to best display type variables with the same name
Christopher Done
chrisdone at gmail.com
Wed Oct 19 11:45:58 UTC 2016
We've encountered a problem in Intero which is that when inspecting types
of expressions and patterns, sometimes it happens that the type, when
pretty printing, yields variables of the same name but which have different
provenance.
Here's a summary of the issue:
https://github.com/commercialhaskell/intero/issues/280#issuecomment-
254784904
And a strawman proposal of how it could be solved:
https://github.com/commercialhaskell/intero/issues/280#issuecomment-
254787927
What do you think?
Also, if I were to implement the strawman proposal, is it possible to
recover from a `tyvar :: Type` its original quantification/its "forall"?
I've had a look through the API briefly and it looks like a _maybe_.
Ciao!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-devs/attachments/20161019/69c459b8/attachment.html>
More information about the ghc-devs
mailing list