[project @ 1999-11-05 10:09:36 by simonmar]
[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 ()