X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Control%2FMonad%2FST%2FStrict.hs;h=72e56817e2cb7b65022e61a3c433a701be590a45;hb=9fa9bc17072a58c0bae2cce4764d38677e96ac29;hp=d746f6d56f160d1b919923349ebdc69194bf25f9;hpb=7887b9e7f59b24c276eeedb74df6ad547c99ec01;p=ghc-base.git diff --git a/Control/Monad/ST/Strict.hs b/Control/Monad/ST/Strict.hs index d746f6d..72e5681 100644 --- a/Control/Monad/ST/Strict.hs +++ b/Control/Monad/ST/Strict.hs @@ -1,5 +1,5 @@ ----------------------------------------------------------------------------- --- +-- | -- Module : Control.Monad.ST.Strict -- Copyright : (c) The University of Glasgow 2001 -- License : BSD-style (see the file libraries/core/LICENSE) @@ -8,7 +8,7 @@ -- Stability : provisional -- Portability : non-portable (requires universal quantification for runST) -- --- $Id: Strict.hs,v 1.2 2001/07/03 11:37:49 simonmar Exp $ +-- $Id: Strict.hs,v 1.3 2002/04/24 16:31:39 simonmar Exp $ -- -- The strict ST monad (identical to Control.Monad.ST) --