summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T15883b.stderr
blob: 21b93053150f9fb8e7868d0d72f54597450a947f (plain)
1
2
3
4
5
6
T15883b.hs:14:1:
     Can't make a derived instance of
        ‘Eq (Foo ('BoxedRep 'Lifted))’ with the stock strategy:
        Don't know how to derive ‘Eq’ for type ‘forall a. a’
     In the stand-alone deriving instance for
        ‘Eq (Foo (BoxedRep Lifted))’