[project @ 1997-09-05 14:11:05 by simonm]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail002.stderr
1  
2 tcfail002.hs:4: Cannot construct the infinite type (occur check)
3                     `take' = `[take]'
4     Expected: `[take]'
5     Inferred: `take'
6     In an equation for function `c': `c z = z'
7
8
9 Compilation had errors