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

drvfail012.hs:5:33: error: [GHC-39999]
    • 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))