[project @ 2001-01-17 15:11:04 by simonmar]
[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