[project @ 1997-07-31 02:33:07 by sof]
[ghc-hetmet.git] / ghc / compiler / tests / deriving / drv004.hs
diff --git a/ghc/compiler/tests/deriving/drv004.hs b/ghc/compiler/tests/deriving/drv004.hs
deleted file mode 100644 (file)
index 82afb6b..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
---!!! simple example of deriving Ord (and, implicitly, Eq)
---
-module ShouldSucceed where
-
-data Foo a b
-  = C1 a Int
-  | C2 b Double
-  deriving Ord