[project @ 1997-09-05 14:22:26 by simonm]
authorsimonm <unknown>
Fri, 5 Sep 1997 14:22:26 +0000 (14:22 +0000)
committersimonm <unknown>
Fri, 5 Sep 1997 14:22:26 +0000 (14:22 +0000)
accidental removal

ghc/tests/typecheck/should_compile/tc078.hs [deleted file]

diff --git a/ghc/tests/typecheck/should_compile/tc078.hs b/ghc/tests/typecheck/should_compile/tc078.hs
deleted file mode 100644 (file)
index a35afef..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
---!!! instance decls with no binds
---
-module M where
-
-data Bar a = MkBar Int a
-
-instance Eq a => Eq (Bar a)
-instance Ord a => Ord (Bar a)