X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Control%2FMonad%2FST.hs;h=6d19b9c95f323a109744471ffd6dc68f6e3dc55e;hb=9fa9bc17072a58c0bae2cce4764d38677e96ac29;hp=dd7829c266f38bb896a1f62947e51068e85a804c;hpb=7887b9e7f59b24c276eeedb74df6ad547c99ec01;p=ghc-base.git diff --git a/Control/Monad/ST.hs b/Control/Monad/ST.hs index dd7829c..6d19b9c 100644 --- a/Control/Monad/ST.hs +++ b/Control/Monad/ST.hs @@ -1,5 +1,5 @@ ----------------------------------------------------------------------------- --- +-- | -- Module : Control.Monad.ST -- Copyright : (c) The University of Glasgow 2001 -- License : BSD-style (see the file libraries/core/LICENSE) @@ -8,7 +8,7 @@ -- Stability : experimental -- Portability : non-portable (requires universal quantification for runST) -- --- $Id: ST.hs,v 1.5 2001/12/21 15:07:21 simonmar Exp $ +-- $Id: ST.hs,v 1.6 2002/04/24 16:31:38 simonmar Exp $ -- -- The State Transformer Monad, ST --