Fix Windows-only warnings
[ghc-base.git] / Control / Monad / ST / Strict.hs
index 677d6a2..a899616 100644 (file)
@@ -8,12 +8,12 @@
 -- Stability   :  provisional
 -- 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