summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/tc078.stderr
blob: d913de4584439d6870fabb88a8dc6b9228b1d4e4 (plain)
1
2
3
4
5
6
7
8
9
10

tc078.hs:9:10: warning: [GHC-06201] [-Wmissing-methods (in -Wdefault)]
    • No explicit implementation for
        either ‘==’ or ‘/=’
    • In the instance declaration for ‘Eq (Bar a)’

tc078.hs:10:10: warning: [GHC-06201] [-Wmissing-methods (in -Wdefault)]
    • No explicit implementation for
        either ‘compare’ or ‘<=’
    • In the instance declaration for ‘Ord (Bar a)’