X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Control%2FMonad%2FST%2FStrict.hs;h=a899616f55aa7b996fec7c25c79a2748e3d5c66b;hb=0194bd1aa23f3c93c9fea3f6acdf5b968c024886;hp=72f55e15ae858fac72cc9333889637105f25e549;hpb=746ef6a7fd71bb1e9ebe3cd107c5f9f79f3b7a68;p=ghc-base.git diff --git a/Control/Monad/ST/Strict.hs b/Control/Monad/ST/Strict.hs index 72f55e1..a899616 100644 --- a/Control/Monad/ST/Strict.hs +++ b/Control/Monad/ST/Strict.hs @@ -2,18 +2,18 @@ -- | -- 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 : 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