[project @ 1998-04-17 15:58:37 by simonm]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail076.stderr
1  
2 tcfail076.hs:20:
3     A type signature is more polymorphic than the inferred type
4         Can't for-all the type variable(s) `aNv'
5         in the type `(aNr -> aNp aNv) -> aNp aNv'
6     In the first argument of `KContT', namely `(\ cont' -> cont a)'
7     In the first argument of `f', namely
8         `(\ a -> KContT (\ cont' -> cont a))'
9     In the first argument of `unKContT', namely
10         `(f (\ a -> KContT (\ cont' -> cont a)))'
11
12
13 Compilation had errors