[GHC] #12114: Make injectivity check less conservative (was: GHC rejects injective type family)

GHC ghc-devs at haskell.org
Wed May 25 13:25:06 UTC 2016


#12114: Make injectivity check less conservative
-------------------------------------+-------------------------------------
        Reporter:  MikeIzbicki       |                Owner:
            Type:  feature request   |               Status:  new
        Priority:  normal            |            Milestone:
       Component:  Compiler (Type    |              Version:  8.0.1
  checker)                           |
      Resolution:                    |             Keywords:
Operating System:  Unknown/Multiple  |         Architecture:
                                     |  Unknown/Multiple
 Type of failure:  None/Unknown      |            Test Case:
      Blocked By:                    |             Blocking:
 Related Tickets:                    |  Differential Rev(s):
       Wiki Page:                    |
-------------------------------------+-------------------------------------
Changes (by goldfire):

 * type:  bug => feature request


Comment:

 I agree completely with your analysis. The problem here is that for GHC to
 perform this analysis, it would have to characterize the set of possible
 outputs from a function. While this may be possible, this pushes us into a
 much more involved injectivity check than we currently have.

 I am thus relabeling this ticket as a feature request. However, without a
 suggested algorithm, it's hard to know how to make progress here.

--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/12114#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list