summaryrefslogtreecommitdiff
path: root/testsuite/tests/deriving/should_fail/drvfail012.stderr
blob: 602033fecd30f8889826449480876078c1a75905 (plain)
1
2
3
4
5
6
7
8

drvfail012.hs:5:33:
    No instance for (Eq (Ego a))
      arising from the 'deriving' clause of a data type declaration
    Possible fix:
      use a standalone 'deriving instance' declaration,
        so you can specify the instance context yourself
    When deriving the instance for (Ord (Ego a))