[project @ 1999-01-28 17:10:52 by simonpj]
[ghc-hetmet.git] / ghc / interpreter / test / static / s049.hs
1 --!!! Type synonym in instance
2 module M where
3 type T = S
4 data S = MkS
5 instance Eq T