[project @ 1997-07-31 00:05:10 by sof]
[ghc-hetmet.git] / ghc / compiler / tests / typecheck / should_succeed / tc075.hs
diff --git a/ghc/compiler/tests/typecheck/should_succeed/tc075.hs b/ghc/compiler/tests/typecheck/should_succeed/tc075.hs
deleted file mode 100644 (file)
index f7c31d8..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-module ShouldSucceed where
-
---!!! giving methods in a pattern binding (for no v good reason...)
-
-data Foo = MkFoo Int
-
-instance Eq Foo where
-    ((==), (/=)) = (\x -> \y -> True, \x -> \y -> False)