From dae853e21f2a1ac47cee4b63b6cc305129320edb Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Mon, 26 Nov 2007 17:06:31 +0000 Subject: [PATCH] Don't try to make haddock links to the mtl package as we don't depend on it --- Control/Monad.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.10.4