[project @ 2001-04-07 22:31:11 by qrczak]
[ghc-hetmet.git] / 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>