X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=GHC%2FSTRef.lhs;fp=GHC%2FSTRef.lhs;h=fa96db388975057dbf8a484aeb07e2e829e899c1;hb=b706340c451952adf230b5b8daecad8a1f34d714;hp=7145932627b597bed235140cd99378faa608e916;hpb=d907c82167d095f5ac0cda0976fff3d403376cbc;p=ghc-base.git diff --git a/GHC/STRef.lhs b/GHC/STRef.lhs index 7145932..fa96db3 100644 --- a/GHC/STRef.lhs +++ b/GHC/STRef.lhs @@ -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