summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail086.stderr
blob: 0ea0b71c4121416264e5cde6d52fb3f75f94695d (plain)
1
2
3
4
5
6

tcfail086.hs:6:38: error:
    • Can't make a derived instance of ‘Eq Ex’:
        Constructor ‘Ex’ has existential type variables in its type
        Possible fix: use a standalone deriving declaration instead
    • In the data declaration for ‘Ex’