[project @ 1999-01-23 17:57:35 by sof]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail014.stderr
1  
2 tcfail014.hs:5:
3     Occurs check: cannot construct the infinite type: t = t -> _116
4         Expected type: t
5         Inferred type: t -> _116
6     In the first argument of `z', namely `z'
7     In the right-hand side of an equation for `h': z z
8
9
10 Compilation had errors
11