From d923f167d8a1120c0e918330b44740f8f12b7f45 Mon Sep 17 00:00:00 2001 From: lewie Date: Tue, 17 Apr 2001 21:44:16 +0000 Subject: [PATCH] [project @ 2001-04-17 21:44:16 by lewie] This is the test I meant to put in ... ;-) --- ghc/tests/typecheck/should_fail/tcfail092.hs | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ghc/tests/typecheck/should_fail/tcfail092.hs diff --git a/ghc/tests/typecheck/should_fail/tcfail092.hs b/ghc/tests/typecheck/should_fail/tcfail092.hs new file mode 100644 index 0000000..be3984c --- /dev/null +++ b/ghc/tests/typecheck/should_fail/tcfail092.hs @@ -0,0 +1,5 @@ +-- !!! Illegal conflicting parallel bindings + +module ShouldFail where + +xys = [ () | let a = 13 | let a = 17 ] -- 1.7.10.4