add GHC.HetMet.{hetmet_kappa,hetmet_kappa_app}
[ghc-base.git] / Data / STRef / Strict.hs
index ee432f4..9eb54a5 100644 (file)
@@ -6,15 +6,14 @@
 -- 
 -- Maintainer  :  libraries@haskell.org
 -- Stability   :  provisional
--- Portability :  non-portable (requires universal quantification for runST)
+-- Portability :  non-portable (uses Control.Monad.ST.Strict)
 --
 -- Mutable references in the (strict) ST monad (re-export of "Data.STRef")
 --
 -----------------------------------------------------------------------------
 
 module Data.STRef.Strict (
-       module Data.STRef
+        module Data.STRef
   ) where
 
-import Prelude
 import Data.STRef