[project @ 2001-08-22 12:24:41 by simonmar]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail014.hs
diff --git a/ghc/tests/typecheck/should_fail/tcfail014.hs b/ghc/tests/typecheck/should_fail/tcfail014.hs
deleted file mode 100644 (file)
index 7d91699..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-module ShouldFail where
-
-f x = g+1
-      where g y = h+2
-                  where h z = z z