[project @ 1999-02-09 10:12:24 by sof]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail044.stderr
1
2 tcfail044.hs:12:
3     Warning: No explicit method nor default method for `signum'
4              in an instance declaration for `Num'
5
6 tcfail044.hs:12:
7     Warning: No explicit method nor default method for `abs'
8              in an instance declaration for `Num'
9
10
11
12 tcfail044.hs:5:
13     Illegal instance declaration for `Eq (a -> a)'
14         (the instance type must be of form (T a b c)
15          where T is not a synonym, and a,b,c are distinct type variables)
16
17 tcfail044.hs:12:
18     Illegal instance declaration for `Num (a -> a)'
19         (the instance type must be of form (T a b c)
20          where T is not a synonym, and a,b,c are distinct type variables)
21
22
23
24 Compilation had errors
25