[project @ 1997-11-12 16:55:57 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: `Num (Float -> Float)'
11     arising from use of `+' at tcfail044.hs:20
12
13 Compilation had errors