doc whitespace
authorSimon Marlow <marlowsd@gmail.com>
Thu, 1 Jul 2010 11:22:42 +0000 (11:22 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Thu, 1 Jul 2010 11:22:42 +0000 (11:22 +0000)
Control/Monad.hs

index 7d43db9..0650e7a 100644 (file)
@@ -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]
 
 ==