[project @ 1999-01-23 18:05:12 by sof]
[ghc-hetmet.git] / ghc / tests / reader / should_fail / read001.hs
index 79576f8..74704a9 100644 (file)
@@ -1,4 +1,4 @@
---!!! this module supposedly includes one of each Haskell construct
+-- !!! this module supposedly includes one of each Haskell construct
 
 -- HsImpExp stuff
 
@@ -14,10 +14,10 @@ module OneOfEverything (
        module OneOfEverything
     ) where
 
-import qualified Prelude
+import Prelude
 import IO              ( putStr )
 import System hiding   ( getArgs )
-import Monad hiding    ( filter )
+import Monad
 
 -- HsDecls stuff