[project @ 2002-04-26 12:48:16 by simonmar]
[ghc-base.git] / GHC / STRef.lhs
index 7145932..fa96db3 100644 (file)
@@ -1,5 +1,19 @@
 \begin{code}
 {-# OPTIONS -fno-implicit-prelude #-}
+-----------------------------------------------------------------------------
+-- |
+-- Module      :  GHC.STRef
+-- Copyright   :  (c) The University of Glasgow, 1994-2002
+-- License     :  see libraries/base/LICENSE
+-- 
+-- Maintainer  :  cvs-ghc@haskell.org
+-- Stability   :  internal
+-- Portability :  non-portable (GHC Extensions)
+--
+-- References in the 'ST' monad.
+--
+-----------------------------------------------------------------------------
+
 module GHC.STRef where
 
 import GHC.ST