[project @ 2002-05-09 13:16:29 by simonmar]
[ghc-base.git] / Control / Monad / ST / Strict.hs
index d746f6d..677d6a2 100644 (file)
@@ -1,15 +1,13 @@
 -----------------------------------------------------------------------------
--- 
+-- |
 -- 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)
 --
 -----------------------------------------------------------------------------