From 685432ac839f249ccd98bdf79fcf0c985872380b Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Thu, 1 Jul 2010 11:22:42 +0000 Subject: [PATCH] doc whitespace --- Control/Monad.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Control/Monad.hs b/Control/Monad.hs index 7d43db9..0650e7a 100644 --- a/Control/Monad.hs +++ b/Control/Monad.hs @@ -224,7 +224,7 @@ the list arguments. This could be an issue where @('>>')@ and the `folded function' are not commutative. -> foldM f a1 [x1, x2, ..., xm ] +> foldM f a1 [x1, x2, ..., xm] == -- 1.7.10.4