[GHC] #9872: Runing type functions is too slow
GHC
ghc-devs at haskell.org
Thu Dec 11 10:04:41 UTC 2014
#9872: Runing type functions is too slow
-------------------------------------+-------------------------------------
Reporter: simonpj | Owner:
Type: bug | Status: closed
Priority: normal | Milestone:
Component: Compiler | Version: 7.8.3
Resolution: fixed | Keywords:
Operating System: | Architecture: Unknown/Multiple
Unknown/Multiple | Difficulty: Unknown
Type of failure: | Blocked By:
None/Unknown | Related Tickets:
Test Case: |
Blocking: |
Differential Revisions: |
-------------------------------------+-------------------------------------
Comment (by cactus):
I don't know enough about the internals of the type family normalizer to
know if it makes a difference or not; but since the datakinds one is
closed-world and this is open-world, it might.
Although now that I think about it, since the type families in question
are closed, it's not ''really'' open-world anyway...
I don't know. Your call.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9872#comment:16>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list