[project @ 1999-01-23 17:57:35 by sof]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail033.stderr
1  
2 tcfail033.hs:4:
3     Occurs check: cannot construct the infinite type: t = (t, _116)
4         Expected type: (t, _116)
5         Inferred type: t
6     In a list-comprehension qualifier: return x
7
8
9 Compilation had errors
10