[project @ 1997-07-31 02:33:07 by sof]
[ghc-hetmet.git] / ghc / compiler / tests / deriving / drv007.hs
diff --git a/ghc/compiler/tests/deriving/drv007.hs b/ghc/compiler/tests/deriving/drv007.hs
deleted file mode 100644 (file)
index ba1a864..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
---!!! buggy deriving with function type, reported by Sigbjorn Finne
-module ShouldSucceed where
-
-data Foo = Foo (Int -> Int) deriving Eq