[GHC] #13267: Constraint synonym instances
GHC
ghc-devs at haskell.org
Sat Feb 11 16:51:50 UTC 2017
#13267: Constraint synonym instances
-------------------------------------+-------------------------------------
Reporter: ezyang | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler (Type | Version: 8.1
checker) |
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
Type of failure: GHC accepts | Unknown/Multiple
invalid program | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by rwbarton):
This is a duplicate of some other ticket. As I recall, the problem here is
that the renamer wants to resolve the name `show` to a method of a
particular class, at a point before we can normalize the type `ShowF`.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13267#comment:3>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list