[project @ 1996-01-08 20:28:12 by partain]
[ghc-hetmet.git] / ghc / compiler / tests / typecheck / should_fail / tcfail033.stderr
1  
2 "tcfail033.hs", line 3:
3     Type variable "tt2" occurs within the type "(tt2, tt3)".
4     In a pattern binding:
5         buglet = [ x | (x, y) <- buglet ]
6 Fail: Compilation errors found
7
8 ghc: execution of the Haskell compiler had trouble