[GHC] #15347: QuantifiedConstraints: Implication constraints with type families don't work
GHC
ghc-devs at haskell.org
Fri Jul 6 22:15:50 UTC 2018
#15347: QuantifiedConstraints: Implication constraints with type families don't
work
-------------------------------------+-------------------------------------
Reporter: aaronvargo | Owner: (none)
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler (Type | Version: 8.5
checker) | Keywords:
Resolution: | QuantifiedConstraints
Operating System: Unknown/Multiple | Architecture:
Type of failure: GHC rejects | Unknown/Multiple
valid program | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by aaronvargo):
This demonstrates there's no shadowing (it compiles):
{{{#!hs
liftOb :: forall f cod other a.
( Functor f, cod ~ Cod f, Ob (Dom f) a
, forall a. Ob (Dom f) a => Ob cod (f a)
, forall a. Ob (Dom f) a => Ob other (f a)
) => Dict (Ob cod (f a), Ob other (f a))
liftOb = Dict
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/15347#comment:8>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list