[project @ 1997-07-30 23:52:45 by sof]
[ghc-hetmet.git] / ghc / compiler / tests / deSugar / ds027.hs
diff --git a/ghc/compiler/tests/deSugar/ds027.hs b/ghc/compiler/tests/deSugar/ds027.hs
deleted file mode 100644 (file)
index 99a4d93..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
---!!! ds027 -- simple instances
---
-module Test where
-
-data Foo = Bar | Baz
-
-instance Eq Foo where
-  Bar == Baz = True
-  Bar /= Baz = False