[project @ 2001-01-17 15:11:04 by simonmar]
[ghc-hetmet.git] / ghc / interpreter / test / static / s033.hs
1 --!!! Testing recursive type synonyms
2 type T1 = (Int,T2)
3 type T2 = (Int,T1)