From: simonpj@microsoft.com Date: Tue, 19 Jun 2007 08:46:34 +0000 (+0000) Subject: Remove erroneous requirement to import Control.Monad.Fix when using mdo X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=221859f19f6fd2e24392ac98b3628e9b7913f8f2;p=ghc-hetmet.git Remove erroneous requirement to import Control.Monad.Fix when using mdo See Trac #1426 --- diff --git a/docs/users_guide/glasgow_exts.xml b/docs/users_guide/glasgow_exts.xml index ac10e21..032d2bc 100644 --- a/docs/users_guide/glasgow_exts.xml +++ b/docs/users_guide/glasgow_exts.xml @@ -751,13 +751,6 @@ than do). -You should import Control.Monad.Fix. -(Note: Strictly speaking, this import is required only when you need to refer to the name -MonadFix in your program, but the import is always safe, and the programmers -are encouraged to always import this module when using the mdo-notation.) - - - As with other extensions, ghc should be given the flag -fglasgow-exts