[project @ 1999-06-28 15:43:12 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 f' = Just.\1 where (.\) = ($)
6
7 -- M.{as,hiding,qualified} *are* qualified identifiers
8 g  = ShouldCompile.as
9 g' = (ShouldCompile.!)
10
11 as x = x
12 (!) x = x