[project @ 2001-08-22 12:24:41 by simonmar]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail047.hs
diff --git a/ghc/tests/typecheck/should_fail/tcfail047.hs b/ghc/tests/typecheck/should_fail/tcfail047.hs
deleted file mode 100644 (file)
index f3cdb19..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-module ShouldFail where
-
-class A a where
- op1 :: a -> a
-
-instance A (a,(b,c)) where
- op1 a = a