summaryrefslogtreecommitdiff
path: root/testsuite/tests/deriving/should_compile/deriving-1935.stderr
blob: 4772334b20458585ae4dad4c3aea4155e79c2b85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

deriving-1935.hs:15:11: Warning:
    No explicit implementation for
      either ‛==’ or ‛/=’
    In the instance declaration for ‛Eq (T a)’

deriving-1935.hs:18:11: Warning:
    No explicit implementation for
      either ‛==’ or ‛/=’
    In the instance declaration for ‛Eq (S a)’

deriving-1935.hs:19:11: Warning:
    No explicit implementation for
      either ‛compare’ or ‛<=’
    In the instance declaration for ‛Ord (S a)’