[project @ 1997-07-31 01:46:24 by sof]
[ghc-hetmet.git] / ghc / compiler / tests / simplCore / simpl002.hs
diff --git a/ghc/compiler/tests/simplCore/simpl002.hs b/ghc/compiler/tests/simplCore/simpl002.hs
deleted file mode 100644 (file)
index 578c13a..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---!!! class/instance mumble that failed Lint at one time
---
-module Test where
-class Foo a where
-   op :: Int -> a -> Bool
-
-data Wibble a b c = MkWibble a b c
-
-instance (Foo a, Foo b, Foo c) => Foo (Wibble a b c) where
-    op x y = error "xxx"