[project @ 1998-12-02 13:17:09 by simonm]
[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