[project @ 1997-07-31 02:22:44 by sof]
[ghc-hetmet.git] / ghc / compiler / tests / rename / rn003.hs
diff --git a/ghc/compiler/tests/rename/rn003.hs b/ghc/compiler/tests/rename/rn003.hs
deleted file mode 100644 (file)
index 493cfa2..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-module Foo (f) where
--- export food
-f x = x
-
---!!! weird patterns with no variables
-1  = f 1
-[] = f []
-1  = f (f 1)
-[] = f (f [])