[project @ 2001-08-22 12:24:41 by simonmar]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail036.hs
diff --git a/ghc/tests/typecheck/should_fail/tcfail036.hs b/ghc/tests/typecheck/should_fail/tcfail036.hs
deleted file mode 100644 (file)
index ade1720..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
--- !!! prelude class name in an instance-tycon position
---
-module ShouldFail where
-
-data NUM = ONE | TWO
-instance Num NUM
-  where ONE + ONE = TWO
-instance Num NUM
-instance Eq Num
---instance Text Num