Don't try to make haddock links to the mtl package as we don't depend on it
[ghc-base.git] / Control / Monad.hs
index 3080f5f..b7785dd 100644 (file)
@@ -126,8 +126,8 @@ class Monad m => MonadPlus m where
    -- > mzero >>= f  =  mzero
    -- > v >> mzero   =  mzero
    --
-   -- (but the instance for 'System.IO.IO' defined in "Control.Monad.Error"
-   -- does not satisfy the second one).
+   -- (but the instance for 'System.IO.IO' defined in Control.Monad.Error
+   -- in the mtl package does not satisfy the second one).
    mzero :: m a        
    -- | an associative operation
    mplus :: m a -> m a -> m a