[project @ 2003-08-19 16:33:03 by simonmar]
authorsimonmar <unknown>
Tue, 19 Aug 2003 16:33:03 +0000 (16:33 +0000)
committersimonmar <unknown>
Tue, 19 Aug 2003 16:33:03 +0000 (16:33 +0000)
Fix incorrect Haddock syntax

Control/Monad.hs

index 734aae4..c8cb942 100644 (file)
@@ -173,7 +173,9 @@ function' are not commutative.
 
 
 >      foldM f a1 [x1, x2, ..., xm ]
+
 ==  
+
 >      do
 >        a2 <- f a1 x1
 >        a3 <- f a2 x2