[project @ 1999-06-09 09:35:54 by simonpj]
[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 tcfail044.hs:5:
11     Illegal instance declaration for `Eq (a -> a)'
12         (the instance type must be of form (T a b c)
13          where T is not a synonym, and a,b,c are distinct type variables)
14
15 tcfail044.hs:12:
16     Illegal instance declaration for `Num (a -> a)'
17         (the instance type must be of form (T a b c)
18          where T is not a synonym, and a,b,c are distinct type variables)
19
20 Compilation had errors
21