summaryrefslogtreecommitdiff
path: root/testsuite/tests/deriving/should_compile/T14094.stderr
blob: 0f346a0261297fb8b93937c1dad8b9e85e3b3c02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26

T14094.hs:12:1: warning: [GHC-08585] [-Wmissing-methods (in -Wdefault)]
    • No explicit associated type or default declaration for ‘D’
    • In the instance declaration for ‘C Int’

T14094.hs:12:1: warning: [GHC-08585] [-Wmissing-methods (in -Wdefault)]
    • No explicit associated type or default declaration for ‘T’
    • In the instance declaration for ‘C Int’

T14094.hs:12:10: warning: [-Wmissing-methods (in -Wdefault)]
    • No explicit implementation for
        ‘m’
    • In the instance declaration for ‘C Int’

T14094.hs:13:1: warning: [-Wmissing-methods (in -Wdefault)]
    • No explicit implementation for
        ‘m’
    • In the instance declaration for ‘C Bool’

T14094.hs:13:1: warning: [GHC-08585] [-Wmissing-methods (in -Wdefault)]
    • No explicit associated type or default declaration for ‘D’
    • In the instance declaration for ‘C Bool’

T14094.hs:13:1: warning: [GHC-08585] [-Wmissing-methods (in -Wdefault)]
    • No explicit associated type or default declaration for ‘T’
    • In the instance declaration for ‘C Bool’