From 6c47f6156655687400570387b5f69a0aadb4acb4 Mon Sep 17 00:00:00 2001 From: panne Date: Thu, 22 Jun 2000 16:18:10 +0000 Subject: [PATCH] [project @ 2000-06-22 16:18:10 by panne] * Mentioned CTypesISO * Synched comments about MutableArray with reality *** please merge *** --- ghc/docs/users_guide/4-07-notes.sgml | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) diff --git a/ghc/docs/users_guide/4-07-notes.sgml b/ghc/docs/users_guide/4-07-notes.sgml index de32ef1..673a78d 100644 --- a/ghc/docs/users_guide/4-07-notes.sgml +++ b/ghc/docs/users_guide/4-07-notes.sgml @@ -105,7 +105,8 @@ The FFI has been revised and expanded; see and . + linkend="sec-Foreign">, , and . @@ -117,19 +118,19 @@ The QuickCheck library for performing functional testing has been added to the - util package. + util package (). Two new experimental interfaces to arrays: IArray for immutable arrays (), and MArray for - mutable arrays (). - - Comments on these interfaces are welcome; eventually - we'd like them to replace ByteArray, - STArray and - IOArray. + mutable arrays (). Comments on + these interfaces are welcome; eventually we'd like them to + replace ByteArray, + MutableArray, IOArray, + and STArray. @@ -138,12 +139,6 @@ - MutableArray has gone away, use - STArray (see ) - instead. - - - hPutBuf, hPutBufBA, hGetBuf, and hGetBufBA, have been renamed to -- 1.7.10.4