Remove erroneous requirement to import Control.Monad.Fix when using mdo
authorsimonpj@microsoft.com <unknown>
Tue, 19 Jun 2007 08:46:34 +0000 (08:46 +0000)
committersimonpj@microsoft.com <unknown>
Tue, 19 Jun 2007 08:46:34 +0000 (08:46 +0000)
See Trac #1426

docs/users_guide/glasgow_exts.xml

index ac10e21..032d2bc 100644 (file)
@@ -751,13 +751,6 @@ than <literal>do</literal>).
 </para></listitem>
 
 <listitem><para>
-You should <literal>import Control.Monad.Fix</literal>.
-(Note: Strictly speaking, this import is required only when you need to refer to the name
-<literal>MonadFix</literal> in your program, but the import is always safe, and the programmers
-are encouraged to always import this module when using the mdo-notation.)
-</para></listitem>
-
-<listitem><para>
 As with other extensions, ghc should be given the flag <literal>-fglasgow-exts</literal>
 </para></listitem>
 </itemizedlist>