[project @ 2002-04-26 13:34:05 by simonmar]
[ghc-base.git] / Control / Monad / ST / Lazy.hs
index 8b2f41b..ea30d20 100644 (file)
@@ -8,8 +8,6 @@
 -- Stability   :  provisional
 -- Portability :  non-portable (requires universal quantification for runST)
 --
--- $Id: Lazy.hs,v 1.5 2002/04/24 16:31:39 simonmar Exp $
---
 -- This module presents an identical interface to Control.Monad.ST,
 -- but the underlying implementation of the state thread is lazy.
 --