X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Control%2FMonad%2FST.hs;h=2a3985ad66147d48def836a1affb8f41f8c53d05;hb=f7a485978f04e84b086f1974b88887cc72d832d0;hp=6d19b9c95f323a109744471ffd6dc68f6e3dc55e;hpb=9fa9bc17072a58c0bae2cce4764d38677e96ac29;p=ghc-base.git diff --git a/Control/Monad/ST.hs b/Control/Monad/ST.hs index 6d19b9c..2a3985a 100644 --- a/Control/Monad/ST.hs +++ b/Control/Monad/ST.hs @@ -2,14 +2,12 @@ -- | -- Module : Control.Monad.ST -- 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 : experimental -- Portability : non-portable (requires universal quantification for runST) -- --- $Id: ST.hs,v 1.6 2002/04/24 16:31:38 simonmar Exp $ --- -- The State Transformer Monad, ST -- -----------------------------------------------------------------------------