X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Control%2FMonad%2FST%2FStrict.hs;h=c492766f0c77d9c6fa64228cf2e5419dd6a1b2d9;hb=6b1a36a595eddf1e124529646afdb75c76a9966d;hp=d746f6d56f160d1b919923349ebdc69194bf25f9;hpb=5545727d5a6a1fc6d5d00f32a92a8fdf0fb7ca77;p=haskell-directory.git diff --git a/Control/Monad/ST/Strict.hs b/Control/Monad/ST/Strict.hs index d746f6d..c492766 100644 --- a/Control/Monad/ST/Strict.hs +++ b/Control/Monad/ST/Strict.hs @@ -1,16 +1,14 @@ ----------------------------------------------------------------------------- --- +-- | -- Module : Control.Monad.ST.Strict -- 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 : provisional -- Portability : non-portable (requires universal quantification for runST) -- --- $Id: Strict.hs,v 1.2 2001/07/03 11:37:49 simonmar Exp $ --- --- The strict ST monad (identical to Control.Monad.ST) +-- The strict ST monad (re-export of "Control.Monad.ST") -- -----------------------------------------------------------------------------