[project @ 1997-07-30 23:52:45 by sof]
[ghc-hetmet.git] / ghc / compiler / tests / deSugar / ds010.hs
diff --git a/ghc/compiler/tests/deSugar/ds010.hs b/ghc/compiler/tests/deSugar/ds010.hs
deleted file mode 100644 (file)
index a49c09c..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
---!!! ds010 -- deeply-nested list comprehensions
-
-module Test 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"
-    ]