summaryrefslogtreecommitdiff
path: root/testsuite/tests/warnings/minimal/WarnMinimal.stderr
blob: d07eee875a63d28246e5ef87704e1a1a7d253213 (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

WarnMinimal.hs:16:10: Warning:
    No explicit implementation for
      either ‘foo1’ or ‘foo2’
    In the instance declaration for ‘Foo Int’

WarnMinimal.hs:60:10: Warning:
    No explicit implementation for
      either ‘join'’ or ‘bind'’
    In the instance declaration for ‘Monad' ((->) e)’

WarnMinimal.hs:66:10: Warning:
    No explicit implementation for
      ‘return'’
    In the instance declaration for ‘Monad' Id’

WarnMinimal.hs:72:10: Warning:
    No explicit implementation for
      ‘return'’
    In the instance declaration for ‘Monad' Id2’

WarnMinimal.hs:79:10: Warning:
    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: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:
    No explicit implementation for
      ‘+’, ‘*’, ‘abs’, ‘signum’, ‘fromInteger’, and (either ‘negate’
                                                            or
                                                            ‘-’)
    In the instance declaration for ‘Num Bool’

WarnMinimal.hs:105:10: Warning:
    No explicit implementation for
      ‘needed’
    In the instance declaration for ‘NoExplicit Int’

WarnMinimal.hs:116:10: Warning:
    No explicit implementation for
      either ‘===’ or ‘/==’
    In the instance declaration for ‘Eq' Blarg’