[project @ 1998-12-02 13:17:09 by simonm]
[ghc-hetmet.git] / ghc / interpreter / test / static / s109.hs
1 --!!! Repeated type variable "a" in instance predicate
2 module M where
3 data T a b = MkT a b
4 instance Eq a => Eq (T a a)