From: Ian Lynagh Date: Mon, 26 Nov 2007 17:06:31 +0000 (+0000) Subject: Don't try to make haddock links to the mtl package as we don't depend on it X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=dae853e21f2a1ac47cee4b63b6cc305129320edb;p=ghc-base.git Don't try to make haddock links to the mtl package as we don't depend on it --- diff --git a/Control/Monad.hs b/Control/Monad.hs index 3080f5f..b7785dd 100644 --- a/Control/Monad.hs +++ b/Control/Monad.hs @@ -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