[project @ 1998-12-02 13:17:09 by simonm]
[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