[project @ 1997-09-05 14:22:53 by simonm]
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc078.hs
1 --!!! instance decls with no binds
2 --
3 module ShouldFail where
4
5 data Bar a = MkBar Int a
6
7 instance Eq a => Eq (Bar a)
8 instance Ord a => Ord (Bar a)