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

T7903.hs:8:10: warning: [-Wmissing-methods (in -Wdefault)]
    • No explicit implementation for
        ‘==’
    • In the instance declaration for ‘Eq (a -> b)’

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