[GHC] #10009: type inference regression when faking injective type families
GHC
ghc-devs at haskell.org
Wed Apr 29 14:22:40 UTC 2015
#10009: type inference regression when faking injective type families
-------------------------------------+-------------------------------------
Reporter: aavogt | Owner:
Type: bug | Status: new
Priority: high | Milestone: 7.10.2
Component: Compiler (Type | Version: 7.10.1-rc1
checker) | Keywords:
Resolution: | Architecture:
Operating System: Unknown/Multiple | Unknown/Multiple
Type of failure: GHC rejects | Test Case:
valid program | Blocking:
Blocked By: | Differential Revisions:
Related Tickets: #10226 |
-------------------------------------+-------------------------------------
Comment (by kosmikus):
Re `hlist`: I'm surprised this ever worked. What I usually do is to define
the `UnPrime`-equivalent outside of the class (as a type family), and
`Prime` within. I hadn't considered that there may have been GHC versions
that would have allowed both to be defined within the class.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10009#comment:27>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list