summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/parser/should_compile/T2245.stderr
blob: b1754ff0c5c2553b4b70c70739c416f472331ff5 (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

T2245.hs:4:10:
    Warning: No explicit method nor default method for `+'
    In the instance declaration for `Num T'

T2245.hs:4:10:
    Warning: No explicit method nor default method for `*'
    In the instance declaration for `Num T'

T2245.hs:4:10:
    Warning: No explicit method nor default method for `abs'
    In the instance declaration for `Num T'

T2245.hs:4:10:
    Warning: No explicit method nor default method for `signum'
    In the instance declaration for `Num T'

T2245.hs:4:10:
    Warning: No explicit method nor default method for `fromInteger'
    In the instance declaration for `Num T'

T2245.hs:5:10:
    Warning: No explicit method nor default method for `fromRational'
    In the instance declaration for `Fractional T'

T2245.hs:7:29:
    Warning: Defaulting the following constraint(s) to type `T'
               (Fractional b0) arising from the literal `1e400'
                               at T2245.hs:7:29-33
               (Ord b0) arising from a use of `<' at T2245.hs:7:27
               (Read b0) arising from a use of `read' at T2245.hs:7:38-41
    In the second argument of `(<)', namely `1e400'
    In the first argument of `(.)', namely `(< 1e400)'
    In the second argument of `(.)', namely `(< 1e400) . read'