[project @ 1999-02-23 17:20:34 by sof]
[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