[project @ 1997-07-31 02:22:44 by sof]
[ghc-hetmet.git] / ghc / compiler / tests / rename / rn004.hs
diff --git a/ghc/compiler/tests/rename/rn004.hs b/ghc/compiler/tests/rename/rn004.hs
deleted file mode 100644 (file)
index 3a14f48..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
---!!! multiple definitions, but hidden in patterns
-module Foo where
-
-f x = x
-  where
-    a          = []
-    (b,c,a)    = ([],[],d)
-    [d,b,_]    = ([],a,[])