[project @ 2002-04-26 13:34:05 by simonmar]
[ghc-base.git] / Control / Monad / ST / Strict.hs
index 927c462..72f55e1 100644 (file)
@@ -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)
 -- 
 -- 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)
 --