Remove unused imports from base
[ghc-base.git] / Control / Monad / ST / Strict.hs
index 927c462..d8692f8 100644 (file)
@@ -1,22 +1,19 @@
 -----------------------------------------------------------------------------
--- 
+-- |
 -- Module      :  Control.Monad.ST.Strict
 -- Copyright   :  (c) The University of Glasgow 2001
--- License     :  BSD-style (see the file libraries/core/LICENSE)
+-- License     :  BSD-style (see the file libraries/base/LICENSE)
 -- 
 -- Maintainer  :  libraries@haskell.org
 -- Stability   :  provisional
--- Portability :  portable
---
--- $Id: Strict.hs,v 1.1 2001/06/28 14:15:02 simonmar Exp $
+-- Portability :  non-portable (requires universal quantification for runST)
 --
--- The strict ST monad (identical to Control.Monad.ST)
+-- The strict ST monad (re-export of "Control.Monad.ST")
 --
 -----------------------------------------------------------------------------
 
 module Control.Monad.ST.Strict (
-       module Control.Monad.ST
+        module Control.Monad.ST
   ) where
 
-import Prelude
 import Control.Monad.ST