Skip to content
Snippets Groups Projects
Commit c17c98aa authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1997-11-27 15:16:18 by simonm]

sigh, fix a couple of dodgy references.
parent 25950abd
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment