X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Control%2FMonad%2FST%2FStrict.hs;h=72f55e15ae858fac72cc9333889637105f25e549;hb=746ef6a7fd71bb1e9ebe3cd107c5f9f79f3b7a68;hp=72e56817e2cb7b65022e61a3c433a701be590a45;hpb=0e5a2f1d7684e4a3f3536f63c2b87fe21dd3b45d;p=ghc-base.git diff --git a/Control/Monad/ST/Strict.hs b/Control/Monad/ST/Strict.hs index 72e5681..72f55e1 100644 --- a/Control/Monad/ST/Strict.hs +++ b/Control/Monad/ST/Strict.hs @@ -8,8 +8,6 @@ -- Stability : provisional -- Portability : non-portable (requires universal quantification for runST) -- --- $Id: Strict.hs,v 1.3 2002/04/24 16:31:39 simonmar Exp $ --- -- The strict ST monad (identical to Control.Monad.ST) -- -----------------------------------------------------------------------------