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