X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Control%2FMonad%2FST%2FStrict.hs;h=72e56817e2cb7b65022e61a3c433a701be590a45;hb=9fa9bc17072a58c0bae2cce4764d38677e96ac29;hp=927c462b48f0880ac4ac40e9abec4cda8c082361;hpb=7f1f4e7a695c402ddd3a1dc2cc7114e649a78ebc;p=haskell-directory.git diff --git a/Control/Monad/ST/Strict.hs b/Control/Monad/ST/Strict.hs index 927c462..72e5681 100644 --- a/Control/Monad/ST/Strict.hs +++ b/Control/Monad/ST/Strict.hs @@ -1,14 +1,14 @@ ----------------------------------------------------------------------------- --- +-- | -- Module : Control.Monad.ST.Strict -- Copyright : (c) The University of Glasgow 2001 -- License : BSD-style (see the file libraries/core/LICENSE) -- -- Maintainer : libraries@haskell.org -- Stability : provisional --- Portability : portable +-- Portability : non-portable (requires universal quantification for runST) -- --- $Id: Strict.hs,v 1.1 2001/06/28 14:15:02 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) --