From 2e97cb603fa7c8e3b96fa7d964d8197b82eba51d Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 19 Aug 2003 16:33:03 +0000 Subject: [PATCH] [project @ 2003-08-19 16:33:03 by simonmar] Fix incorrect Haddock syntax --- Control/Monad.hs | 2 ++ 1 file changed, 2 insertions(+) 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 -- 1.7.10.4