a35afef81e050964d10eeeaec05e7a8f67cdf50a
[ghc-hetmet.git] / ghc / compiler / tests / typecheck / should_succeed / tc078.hs
1 --!!! instance decls with no binds
2 --
3 module M where
4
5 data Bar a = MkBar Int a
6
7 instance Eq a => Eq (Bar a)
8 instance Ord a => Ord (Bar a)