[GHC] #7730: :info and polykinds
GHC
ghc-devs at haskell.org
Thu May 8 13:14:06 UTC 2014
#7730: :info and polykinds
--------------------------------------------+------------------------------
Reporter: monoidal | Owner: archblob
Type: bug | Status: new
Priority: normal | Milestone: 7.10.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 archblob):
I didn't really consider the parsing aspect on the lists although every
time I added another abstraction I wondered how much bigger and slower the
interface files will get. I'll be changing the representation of
{{{IfaceTcArg}}} as we discussed, and I'll also do the necessary
measurements of everything I add on top of the existing representation.
I also added another field to {{{IfaceClosedSynFamilyTyCon}}} so now it's
represented like {{{IfaceClosedSynFamilyTyCon IfExtName
[IfaceAxBranch]}}} in order to print closed type families the right way.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/7730#comment:38>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list