[project @ 1999-06-28 10:41:06 by simonmar]
[ghc-hetmet.git] / ghc / tests / reader / should_compile / read023.hs
1 module ShouldCompile where
2
3 -- M.<keyword> isn't a qualified identifier
4 f = Just.let x=id in x
5
6 -- M.{as,hiding,qualified} *are* qualified identifiers
7 g = ShouldCompile.as
8
9 as x = x