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

drvfail004.hs:8:12: error:
    • Could not deduce ‘Eq (Foo a b)’
        arising from the 'deriving' clause of a data type declaration
      from the context: (Ord a, Ord b)
        bound by the deriving clause for ‘Ord (Foo a b)’
        at drvfail004.hs:8:12-14
      Possible fix:
        use a standalone 'deriving instance' declaration,
          so you can specify the instance context yourself
    • When deriving the instance for (Ord (Foo a b))