dfcfd1e8b2bc0f72154de49f1f38cf96c63a4727
[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