[project @ 2001-08-22 11:45:06 by sewardj]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail092.hs
1 -- !!! Illegal conflicting parallel bindings
2
3 module ShouldFail where
4
5 xys = [ () | let a = 13 | let a = 17 ]