[project @ 1997-09-05 14:11:05 by simonm]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail033.stderr
1  
2 tcfail033.hs:4: Cannot construct the infinite type (occur check)
3                     `taGA' = `(taGA, taGD)'
4     Expected: `aaGF taGA'
5     Inferred: `aaGF (taGA, taGD)'
6     In a pattern binding: `buglet = [x | (x, y) <- buglet]'
7
8
9 Compilation had errors