From: simonmar Date: Tue, 19 Aug 2003 16:33:03 +0000 (+0000) Subject: [project @ 2003-08-19 16:33:03 by simonmar] X-Git-Tag: nhc98-1-18-release~539 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=2e97cb603fa7c8e3b96fa7d964d8197b82eba51d;p=ghc-base.git [project @ 2003-08-19 16:33:03 by simonmar] Fix incorrect Haddock syntax --- diff --git a/Control/Monad.hs b/Control/Monad.hs index 734aae4..c8cb942 100644 --- a/Control/Monad.hs +++ b/Control/Monad.hs @@ -173,7 +173,9 @@ function' are not commutative. > foldM f a1 [x1, x2, ..., xm ] + == + > do > a2 <- f a1 x1 > a3 <- f a2 x2