blob: 4323a91e1765b5711bda0076fde8e80c0d0c9ee4 (
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
|
WarnMinimal.hs:16:10: warning: [-Wmissing-methods (in -Wdefault)]
• No explicit implementation for
either ‘foo1’ or ‘foo2’
• In the instance declaration for ‘Foo Int’
WarnMinimal.hs:60:10: warning: [-Wmissing-methods (in -Wdefault)]
• No explicit implementation for
either ‘join'’ or ‘bind'’
• In the instance declaration for ‘Monad' ((->) e)’
WarnMinimal.hs:66:10: warning: [-Wmissing-methods (in -Wdefault)]
• No explicit implementation for
‘return'’
• In the instance declaration for ‘Monad' Id’
WarnMinimal.hs:72:10: warning: [-Wmissing-methods (in -Wdefault)]
• No explicit implementation for
‘return'’
• In the instance declaration for ‘Monad' Id2’
WarnMinimal.hs:79:10: warning: [-Wmissing-methods (in -Wdefault)]
• No explicit implementation for
‘return'’ and (either (‘fmap'’ and ‘join'’) or ‘bind'’)
• In the instance declaration for ‘Monad' Id3’
WarnMinimal.hs:84:1: warning:
• The MINIMAL pragma does not require:
‘cheater’
but there is no default implementation.
• In the class declaration for ‘Cheater’
WarnMinimal.hs:88:1: warning:
• The MINIMAL pragma does not require:
‘_cheater2’
but there is no default implementation.
• In the class declaration for ‘Cheater2’
WarnMinimal.hs:92:1: warning:
• The MINIMAL pragma does not require:
‘cheater3b’
but there is no default implementation.
• In the class declaration for ‘Cheater3’
WarnMinimal.hs:99:10: warning: [-Wmissing-methods (in -Wdefault)]
• No explicit implementation for
‘+’, ‘*’, ‘abs’, ‘signum’, ‘fromInteger’, and (either ‘negate’
or
‘-’)
• In the instance declaration for ‘Num Bool’
WarnMinimal.hs:105:10: warning: [-Wmissing-methods (in -Wdefault)]
• No explicit implementation for
‘needed’ and ‘_alsoNeeded’
• In the instance declaration for ‘NoExplicit Int’
WarnMinimal.hs:116:10: warning: [-Wmissing-methods (in -Wdefault)]
• No explicit implementation for
either ‘===’ or ‘/==’
• In the instance declaration for ‘Eq' Blarg’
|