[project @ 2001-04-07 22:31:11 by qrczak]
authorqrczak <unknown>
Sat, 7 Apr 2001 22:31:11 +0000 (22:31 +0000)
committerqrczak <unknown>
Sat, 7 Apr 2001 22:31:11 +0000 (22:31 +0000)
Mention {Diff,Storable}Array and Monad{List,Cont}.

Aren't working fundeps new in ghc-5.00? They are not mentioned in
release notes.

ghc/docs/users_guide/5-00-notes.sgml

index 968e721..075fab3 100644 (file)
       <listitem>
        <para><function>putMVar</function> now blocks if the
        <literal>MVar</literal> is already full.  The
-       <literal>PutFullMVar</literal> exception no longer exists.  A
-       non-blocking version of <function>putMVar</function>,
+       <literal>PutFullMVar</literal> exception no longer exists.
+       A non-blocking version of <function>putMVar</function>,
        <function>tryPutMVar</function>, has been added (<xref
        linkend="sec-MVars">).</para>
       </listitem>
        <literal>fromIntegral</literal>, which is specialised for all
        integral types.</para>
       </listitem>
+      <listitem>
+       <para>New modules: DiffArray (<xref linkend="sec-DiffArray">),
+       StorableArray (<xref linkend="sec-StorableArray">),
+       MonadList, MonadCont (no documentation yet).</para>
+      </listitem>
     </itemizedlist>
   </sect2>