X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Ftests%2FdeSugar%2Fshould_compile%2Fds010.hs;fp=ghc%2Ftests%2FdeSugar%2Fshould_compile%2Fds010.hs;h=0000000000000000000000000000000000000000;hb=16acb4976514ab4b03c79d6845e3f0e98a1a33cf;hp=268610e124ee2762148c6250d3ec8b97f9af70dd;hpb=f2eadfd5dfb23cc611e2540f46180bca7d095f15;p=ghc-hetmet.git diff --git a/ghc/tests/deSugar/should_compile/ds010.hs b/ghc/tests/deSugar/should_compile/ds010.hs deleted file mode 100644 index 268610e..0000000 --- a/ghc/tests/deSugar/should_compile/ds010.hs +++ /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" - ]