From: simonm Date: Thu, 27 Nov 1997 15:16:18 +0000 (+0000) Subject: [project @ 1997-11-27 15:16:18 by simonm] X-Git-Tag: Approx_2487_patches~1225 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=c17c98aa6cc81f1e9b8386ade083b3519d579ee1;p=ghc-hetmet.git [project @ 1997-11-27 15:16:18 by simonm] sigh, fix a couple of dodgy references. --- diff --git a/ghc/docs/users_guide/libraries.lit b/ghc/docs/users_guide/libraries.lit index ae5e37f..d292988 100644 --- a/ghc/docs/users_guide/libraries.lit +++ b/ghc/docs/users_guide/libraries.lit @@ -1367,7 +1367,8 @@ data Integer = J# Int# Int# ByteArray# module GHC -- all primops and primitive types. \end{verbatim} -\subsubsection[sec:mutable-array]{The @MutableArray@ interface} +\subsubsection{The @MutableArray@ interface} +\label{sec:mutable-array} \index{MutableArray interface (GHC extensions)} The @MutableArray@ interface defines a general set of operations over @@ -1417,7 +1418,8 @@ unsafeFreezeByteArray :: Ix ix => MutableByteArray s ix -> ST s (ByteArray ix) thawArray :: Ix ix => Array ix elt -> ST s (MutableArray s ix elt) \end{verbatim} -\subsubsection[sec:byte-array]{The @ByteArray@ interface} +\subsubsection{The @ByteArray@ interface} +\label{sec:byte-array} \index{ByteArray interface (GHC extensions)} @ByteArray@s are chunks of immutable Haskell heap: