summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsimonpj@microsoft.com <unknown>2007-06-19 08:46:34 +0000
committersimonpj@microsoft.com <unknown>2007-06-19 08:46:34 +0000
commit221859f19f6fd2e24392ac98b3628e9b7913f8f2 (patch)
treefc5c5711c75591b099de79768573d49be3cb3ab5
parent23c11847ac06735217d778e4e78d527ca0d55649 (diff)
downloadhaskell-221859f19f6fd2e24392ac98b3628e9b7913f8f2.tar.gz
Remove erroneous requirement to import Control.Monad.Fix when using mdo
See Trac #1426
-rw-r--r--docs/users_guide/glasgow_exts.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/users_guide/glasgow_exts.xml b/docs/users_guide/glasgow_exts.xml
index ac10e2128b..032d2bc61f 100644
--- a/docs/users_guide/glasgow_exts.xml
+++ b/docs/users_guide/glasgow_exts.xml
@@ -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>