[project @ 2002-04-26 13:34:05 by simonmar]
[ghc-base.git] / Data / STRef.hs
index b3c4888..deaa209 100644 (file)
@@ -8,8 +8,6 @@
 -- Stability   :  experimental
 -- Portability :  non-portable (requires non-portable module ST)
 --
--- $Id: STRef.hs,v 1.4 2002/04/24 16:31:40 simonmar Exp $
---
 -- Mutable references in the ST monad.
 --
 -----------------------------------------------------------------------------