[project @ 2001-04-17 06:40:07 by lewie]
authorlewie <unknown>
Tue, 17 Apr 2001 06:40:07 +0000 (06:40 +0000)
committerlewie <unknown>
Tue, 17 Apr 2001 06:40:07 +0000 (06:40 +0000)
Woops.  Wrong example.

ghc/tests/typecheck/should_compile/tc124.hs [deleted file]

diff --git a/ghc/tests/typecheck/should_compile/tc124.hs b/ghc/tests/typecheck/should_compile/tc124.hs
deleted file mode 100644 (file)
index c747edd..0000000
+++ /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] ]