Skip to content
Snippets Groups Projects
Commit 6c47f615 authored by sven.panne@aedion.de's avatar sven.panne@aedion.de
Browse files

[project @ 2000-06-22 16:18:10 by panne]

* Mentioned CTypesISO
* Synched comments about MutableArray with reality

*** please merge ***
parent c820dcf3
No related merge requests found
......@@ -105,7 +105,8 @@
<itemizedlist>
<listitem>
<para>The FFI has been revised and expanded; see <xref
linkend="sec-Foreign"> and <xref linkend="sec-CTypes">.</para>
linkend="sec-Foreign">, <xref linkend="sec-CTypes">, and <xref
linkend="sec-CTypesISO"> .</para>
</listitem>
<listitem>
......@@ -117,19 +118,19 @@
<listitem>
<para>The <literal>QuickCheck</literal> library for performing
functional testing has been added to the
<literal>util</literal> package.</para>
<literal>util</literal> package (<xref
linkend="sec-quickcheck">).</para>
</listitem>
<listitem>
<para>Two new experimental interfaces to arrays:
<literal>IArray</literal> for immutable arrays (<xref
linkend="sec-iarray">), and <literal>MArray</literal> for
mutable arrays (<xref linkend="sec-marray">).</para>
<para>Comments on these interfaces are welcome; eventually
we'd like them to replace <literal>ByteArray</literal>,
<literal>STArray</literal> and
<literal>IOArray</literal>.</para>
mutable arrays (<xref linkend="sec-marray">). Comments on
these interfaces are welcome; eventually we'd like them to
replace <literal>ByteArray</literal>,
<literal>MutableArray</literal>, <literal>IOArray</literal>,
and <literal>STArray</literal>.</para>
</listitem>
<listitem>
......@@ -137,12 +138,6 @@
linkend="tryTakeMVar"><literal>tryTakeMVar</literal></link>.</para>
</listitem>
<listitem>
<para><literal>MutableArray</literal> has gone away, use
<literal>STArray</literal> (see <xref linkend="sec-ST">)
instead.</para>
</listitem>
<listitem>
<para><literal>hPutBuf</literal>,
<literal>hPutBufBA</literal>, <literal>hGetBuf</literal>, and
......
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