[project @ 2001-08-22 12:24:41 by simonmar]
[ghc-hetmet.git] / ghc / tests / deSugar / should_compile / ds027.hs
diff --git a/ghc/tests/deSugar/should_compile/ds027.hs b/ghc/tests/deSugar/should_compile/ds027.hs
deleted file mode 100644 (file)
index 436958e..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
--- !!! ds027 -- simple instances
---
-module ShouldCompile where
-
-data Foo = Bar | Baz
-
-instance Eq Foo where
-  Bar == Baz = True
-  Bar /= Baz = False