From d2fea658bad9c2326ad6a5ab774610515f9fbdb9 Mon Sep 17 00:00:00 2001 From: simonm <unknown> Date: Fri, 5 Sep 1997 14:22:26 +0000 Subject: [PATCH] [project @ 1997-09-05 14:22:26 by simonm] accidental removal --- ghc/tests/typecheck/should_compile/tc078.hs | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 ghc/tests/typecheck/should_compile/tc078.hs diff --git a/ghc/tests/typecheck/should_compile/tc078.hs b/ghc/tests/typecheck/should_compile/tc078.hs deleted file mode 100644 index a35afef81e05..000000000000 --- 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) -- GitLab