summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/T7903.stderr-ghc
blob: 594196a06c9442f294829b6e2f4ece0b9cb098af (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)’