[project @ 1998-12-02 13:17:09 by simonm]
[ghc-hetmet.git] / ghc / interpreter / test / static / s033.hs
1 --!!! Testing recursive type synonyms
2 type T1 = (Int,T2)
3 type T2 = (Int,T1)