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

drvfail012.hs:5:33: error:
    • Could not deduce (Eq (Ego a))
        arising from the 'deriving' clause of a data type declaration
      from the context: Ord a
        bound by the deriving clause for ‘Ord (Ego a)’
        at drvfail012.hs:5:33-35
      Possible fix:
        use a standalone 'deriving instance' declaration,
          so you can specify the instance context yourself
    • When deriving the instance for (Ord (Ego a))