[project @ 2001-08-22 12:24:41 by simonmar]
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc073.hs
diff --git a/ghc/tests/typecheck/should_compile/tc073.hs b/ghc/tests/typecheck/should_compile/tc073.hs
deleted file mode 100644 (file)
index 44e4129..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-
-module ShouldSucceed where
-
-f [] = []
-f (x:xs) = x : (f xs)