From: lewie Date: Tue, 17 Apr 2001 06:40:07 +0000 (+0000) Subject: [project @ 2001-04-17 06:40:07 by lewie] X-Git-Tag: Approximately_9120_patches~2144 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=b443f51eca4c84c5f2caa24e94cc75fe677fb35f;p=ghc-hetmet.git [project @ 2001-04-17 06:40:07 by lewie] Woops. Wrong example. --- 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] ]