[project @ 1999-02-09 10:12:24 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, t1)
4         Expected type: (t, t1)
5         Inferred type: t
6     In a list-comprehension qualifier: return x
7
8
9
10 Compilation had errors
11