X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Control%2FMonad%2FST%2FStrict.hs;h=677d6a271c710477b62e3030fe2d7151c5d376a6;hb=f7a485978f04e84b086f1974b88887cc72d832d0;hp=927c462b48f0880ac4ac40e9abec4cda8c082361;hpb=7f1f4e7a695c402ddd3a1dc2cc7114e649a78ebc;p=ghc-base.git diff --git a/Control/Monad/ST/Strict.hs b/Control/Monad/ST/Strict.hs index 927c462..677d6a2 100644 --- a/Control/Monad/ST/Strict.hs +++ b/Control/Monad/ST/Strict.hs @@ -1,14 +1,12 @@ ----------------------------------------------------------------------------- --- +-- | -- 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 : portable --- --- $Id: Strict.hs,v 1.1 2001/06/28 14:15:02 simonmar Exp $ +-- Portability : non-portable (requires universal quantification for runST) -- -- The strict ST monad (identical to Control.Monad.ST) --