[project @ 1997-12-16 17:15:04 by simonm]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail032.stderr
1  
2 tcfail032.hs:14: A type signature is more polymorphic than the inferred type
3                      Can't for-all the type variable(s) `taCY'
4                      in the inferred type `taCY -> Int'
5     In an expression with a type signature:
6         `x :: _forall_ [a] (Eq a) => a -> Int'
7
8 Compilation had errors