[project @ 1998-12-02 13:17:09 by simonm]
[ghc-hetmet.git] / ghc / interpreter / test / static / s002.hs
1 --!!! Testing error checking in qualified names (type variables)
2
3 -- No qualified type variables
4 module TestQual2 where
5 x :: A.a
6 x = x
7
8