[project @ 1997-09-05 14:22:53 by simonm]
authorsimonm <unknown>
Fri, 5 Sep 1997 14:22:53 +0000 (14:22 +0000)
committersimonm <unknown>
Fri, 5 Sep 1997 14:22:53 +0000 (14:22 +0000)
bring this back

ghc/tests/typecheck/should_compile/tc078.hs [new file with mode: 0644]

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