[project @ 2001-01-17 15:11:04 by simonmar]
[ghc-hetmet.git] / ghc / interpreter / test / static / s003.hs
1 --!!! Testing error checking in qualified names (local variables)
2
3 -- No qualified local variables
4 module TestQual3 where
5 f x = A.y where A.y = x