[project @ 1997-10-07 14:50:40 by simonm]
[ghc-hetmet.git] / ghc / tests / reader / should_compile / read001.hs
1 --!!! import qualified Prelude should leave (), [] etc in scope
2
3 module ShouldCompile where
4
5 import qualified Prelude
6
7 f :: Prelude.IO ()
8 f = Prelude.return ()