omit Control.Sequential.STM
[ghc-hetmet.git] / docs / users_guide / 6.6-notes.xml
index 2260690..9fe0ae0 100644 (file)
         </listitem>
         <listitem>
           <para>
-            There is a new module
-            <literal>Control.Sequential.STM</literal> for non-concurrent
-            transactions which nevertheless need to be atomic in the
-            face of exceptions.
-          </para>
-        </listitem>
-        <listitem>
-          <para>
             A new module
             <literal>Control.Concurrent.STM.TArray</literal> defines
             <literal>TArray</literal>, a transactional array, and makes