[project @ 2001-08-22 12:24:41 by simonmar]
[ghc-hetmet.git] / ghc / tests / deSugar / should_compile / ds010.hs
diff --git a/ghc/tests/deSugar/should_compile/ds010.hs b/ghc/tests/deSugar/should_compile/ds010.hs
deleted file mode 100644 (file)
index 268610e..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
--- !!! ds010 -- deeply-nested list comprehensions
-
-module ShouldCompile where
-
-z = [ (a,b,c,d,e,f,g,h,i,j) | a <- "12",
-                             b <- "12",
-                             c <- "12",
-                             d <- "12",
-                             e <- "12",
-                             f <- "12",
-                             g <- "12",
-                             h <- "12",
-                             i <- "12",
-                             j <- "12"
-    ]