From: simonm Date: Fri, 5 Sep 1997 14:22:26 +0000 (+0000) Subject: [project @ 1997-09-05 14:22:26 by simonm] X-Git-Tag: Approx_2487_patches~1524 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=d2fea658bad9c2326ad6a5ab774610515f9fbdb9;p=ghc-hetmet.git [project @ 1997-09-05 14:22:26 by simonm] accidental removal --- diff --git a/ghc/tests/typecheck/should_compile/tc078.hs b/ghc/tests/typecheck/should_compile/tc078.hs deleted file mode 100644 index a35afef..0000000 --- a/ghc/tests/typecheck/should_compile/tc078.hs +++ /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)