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

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