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

read014.hs:4:1:
    Warning: Top-level binding with no type signature:
               ng1 :: forall t a. Num a => t -> a -> a

read014.hs:4:5: Warning: Defined but not used: `x'

read014.hs:6:10:
    Warning: No explicit method or default declaration for `+'
    In the instance declaration for `Num (a, b)'

read014.hs:6:10:
    Warning: No explicit method or default declaration for `*'
    In the instance declaration for `Num (a, b)'

read014.hs:6:10:
    Warning: No explicit method or default declaration for `abs'
    In the instance declaration for `Num (a, b)'

read014.hs:6:10:
    Warning: No explicit method or default declaration for `signum'
    In the instance declaration for `Num (a, b)'

read014.hs:6:10:
    Warning: No explicit method or default declaration for `fromInteger'
    In the instance declaration for `Num (a, b)'

read014.hs:8:53: Warning: Defined but not used: `x'