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

T7903.hs:5:10: Warning:
    No explicit implementation for
      either ‘==’ or ‘/=’
    In the instance declaration for ‘Eq (a -> b)’

T7903.hs:6:10: Warning:
    No explicit implementation for
      either ‘compare’ or ‘<=’
    In the instance declaration for ‘Ord (a -> b)’