[GHC] #9123: Emit quantified Coercible constraints in GeneralizedNewtypeDeriving
GHC
ghc-devs at haskell.org
Sun Jul 1 02:34:53 UTC 2018
#9123: Emit quantified Coercible constraints in GeneralizedNewtypeDeriving
-------------------------------------+-------------------------------------
Reporter: simonpj | Owner: (none)
Type: bug | Status: new
Priority: normal | Milestone: 8.8.1
Component: Compiler (Type | Version: 7.8.2
checker) | Keywords: Roles,
Resolution: | QuantifiedConstraints
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case: quantified-
| constraints/T9123{,a}
Blocked By: 15290 | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by goldfire):
I agree that would be very ad-hoc, but I wasn't quite thinking of doing
the inference in the solver. Instead, we could do it in !TcDerivInfer by
anticipating the need for role-based implication constraint and then
providing it. It would still be ad-hoc, but it would have company, as much
of the `deriving` code is very ad-hoc.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9123#comment:66>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list