blob: 302d50589abc1715b1b9effa09a6d6b08226ee9b (
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
|
read014.hs:4: Warning: Definition but no type signature for `ng1'
read014.hs:4: Warning: Defined but not used: x
read014.hs:8: Warning: Defined but not used: x
read014.hs:6:
Warning: No explicit method nor default method for `*'
in an instance declaration for `Num'
read014.hs:6:
Warning: No explicit method nor default method for `+'
in an instance declaration for `Num'
read014.hs:6:
Warning: No explicit method nor default method for `signum'
in an instance declaration for `Num'
read014.hs:6:
Warning: No explicit method nor default method for `abs'
in an instance declaration for `Num'
read014.hs:6:
Warning: No explicit method nor default method for `fromInteger'
in an instance declaration for `Num'
|