[project @ 1998-12-02 13:17:09 by simonm]
[ghc-hetmet.git] / ghc / interpreter / test / static / s034.hs
1 --!!! Trying to export restricted type synonyms
2 module M(T(..)) where
3 type T = Char in x :: T
4 x = 'a'