Superclasses of type families returning constraints?

Alexis King lexi.lambda at gmail.com
Mon Jan 6 18:20:00 UTC 2020


> On Jan 6, 2020, at 12:05, Alexis King <lexi.lambda at gmail.com> wrote:
> 
>    type family F a b where
>      F a b = () -- regular (), not (() :: Constraint)

(Err, sorry, this should be `F a a = ()`. But I think you can understand what I’m getting at.)


More information about the ghc-devs mailing list