[GHC] #7730: :info and polykinds
GHC
ghc-devs at haskell.org
Sun Apr 6 18:56:43 UTC 2014
#7730: :info and polykinds
--------------------------------------------+------------------------------
Reporter: monoidal | Owner: archblob
Type: bug | Status: new
Priority: normal | Milestone: 7.8.1
Component: Compiler (Type checker) | Version: 7.6.2
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
Type of failure: None/Unknown | Unknown/Multiple
Test Case: | Difficulty: Unknown
Blocking: | Blocked By:
| Related Tickets: #8776
--------------------------------------------+------------------------------
Comment (by simonpj):
I'm quite reluctant to duplicate all that tidying machinery. Moreover, we
need to pretty-print `IfaceDecl`s anyway, so this is just duplicating
that. If there isn't enough information in `IfaceSyn`, maybe we should add
a little more. For Gergo's point I was going to add an extra constructor
to `IfaceType`, corresponding to `=>`, for example. Easy; and will
improve the output from `--show-iface`.
So by all means go ahead, and I will look, but I'm advertising that my
instinct is still to take the approach I outlined.
Simon
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/7730#comment:11>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list