[project @ 2001-08-22 12:24:41 by simonmar]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail027.hs
diff --git a/ghc/tests/typecheck/should_fail/tcfail027.hs b/ghc/tests/typecheck/should_fail/tcfail027.hs
deleted file mode 100644 (file)
index e01f696..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
--- !!! tests for CycleErr in classes
-module TcFail where
-
-class (B a) => A a where
- op1 :: a -> a
-
-class (A a) => B a where
- op2 :: a -> a -> a