From: Simon Marlow Date: Thu, 1 Jul 2010 11:22:42 +0000 (+0000) Subject: doc whitespace X-Git-Url: http://git.megacz.com/?p=ghc-base.git;a=commitdiff_plain;h=685432ac839f249ccd98bdf79fcf0c985872380b doc whitespace --- 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] ==