summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/module/mod54.stderr
blob: 8b41e7f8bc406124c8cf6bb82adad691b0c0e80e (plain)
1
2
3
4
5
6
7
8
9

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