[project @ 1997-09-05 14:11:05 by simonm]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail044.stderr
1  
2 tcfail044.hs:12: The type
3                      `a -> a'
4                  cannot be used as an instance type
5  
6 tcfail044.hs:5: The type
7                     `a -> a'
8                 cannot be used as an instance type
9  
10 tcfail044.hs:20: No instance for: `PrelBase.Num (PrelBase.Float
11                                                  -> PrelBase.Float)'
12     arising from use of `PrelBase.+' at tcfail044.hs:20
13
14
15 Compilation had errors