Don't try to make haddock links to the mtl package as we don't depend on it
authorIan Lynagh <igloo@earth.li>
Mon, 26 Nov 2007 17:06:31 +0000 (17:06 +0000)
committerIan Lynagh <igloo@earth.li>
Mon, 26 Nov 2007 17:06:31 +0000 (17:06 +0000)
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