[GHC] #15852: Bad axiom produced for polykinded data family
GHC
ghc-devs at haskell.org
Sat Nov 3 01:59:15 UTC 2018
#15852: Bad axiom produced for polykinded data family
-------------------------------------+-------------------------------------
Reporter: goldfire | Owner: (none)
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 8.7
Resolution: | Keywords: TypeFamilies,
| TypeInType
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by goldfire):
My guess is that it is a pretty-printing bug, as if it were anything more
serious would have been discovered by now.
I would start by looking at `Coercion.pprCoAxiom`.
Actually, better than just fixing this bug would be removing
`Coercion.pprCoAxiom` in favor of the `IfaceAxiom` case of `pprIfaceDecl`.
Unless it's not a pretty-printing bug.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/15852#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list