[project @ 2001-08-22 12:24:41 by simonmar]
[ghc-hetmet.git] / ghc / tests / deSugar / should_compile / ds024.hs
diff --git a/ghc/tests/deSugar/should_compile/ds024.hs b/ghc/tests/deSugar/should_compile/ds024.hs
deleted file mode 100644 (file)
index 76606a9..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
--- !!! ds024 -- correct types on ConPatOuts
-
--- do all the right types get stuck on all the
--- Nils and Conses?
-
-module ShouldCompile where
-
-
-f x = [[], []]
-
-g x = ([], [], [])