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

tc126.hs:16:25: warning: [-Wmissing-methods (in -Wdefault)]
    • No explicit implementation for
        ‘bug’
    • In the instance declaration for ‘Bug (Int -> r) Int r’

tc126.hs:17:10: warning: [-Wmissing-methods (in -Wdefault)]
    • No explicit implementation for
        ‘bug’
    • In the instance declaration for ‘Bug f (c a) (c r)’