From b443f51eca4c84c5f2caa24e94cc75fe677fb35f Mon Sep 17 00:00:00 2001 From: lewie Date: Tue, 17 Apr 2001 06:40:07 +0000 Subject: [PATCH] [project @ 2001-04-17 06:40:07 by lewie] Woops. Wrong example. --- ghc/tests/typecheck/should_compile/tc124.hs | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 ghc/tests/typecheck/should_compile/tc124.hs diff --git a/ghc/tests/typecheck/should_compile/tc124.hs b/ghc/tests/typecheck/should_compile/tc124.hs deleted file mode 100644 index c747edd..0000000 --- a/ghc/tests/typecheck/should_compile/tc124.hs +++ /dev/null @@ -1,5 +0,0 @@ --- !!! Parallel list comprehensions w/ parallel lets - -module ShouldCompile where - -xys = [ (x, y) | let a = 13, x <- [a .. 19] | let a = 17, y <- [a .. 23] ] -- 1.7.10.4