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

deriving-1935.hs:18:11: warning: [-Wmissing-methods (in -Wdefault)]
    • No explicit implementation for
        either ‘==’ or ‘/=’
    • In the instance declaration for ‘Eq (T a)’

deriving-1935.hs:21:11: warning: [-Wmissing-methods (in -Wdefault)]
    • No explicit implementation for
        either ‘==’ or ‘/=’
    • In the instance declaration for ‘Eq (S a)’

deriving-1935.hs:22:11: warning: [-Wmissing-methods (in -Wdefault)]
    • No explicit implementation for
        either ‘compare’ or ‘<=’
    • In the instance declaration for ‘Ord (S a)’