Roll back "Another instance of nhc98's strange import semantics."
[ghc-base.git] / Control / Applicative.hs
index 8aa86e1..e60182d 100644 (file)
@@ -36,7 +36,6 @@ module Control.Applicative (
         ) where
 
 import Prelude hiding (id,(.))
-import qualified Prelude (id)
 
 import Control.Category
 import Control.Arrow