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

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

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