cat theory tweaks
[lambda.git] / advanced_topics / monads_in_category_theory.mdwn
index 8a21eb2..48f30f4 100644 (file)
@@ -23,10 +23,10 @@ A **monoid** is a structure `(S, *, z)` consisting of an associative binary oper
 
 
 <pre>
-for all `s1`, `s2`, `s3` in `S`:
-(i) `s1*s2` etc are also in `S`
-(ii) `(s1*s2)*s3` = `s1*(s2*s3)`
-(iii) `z*s1` = `s1` = `s1*z`
+for all s1, s2, s3 in S:
+(i) s1\*s2 etc are also in S
+(ii) (s1\*s2)\*s3 = s1\*(s2\*s3)
+(iii) z\*s1 = s1 = s1\*z
 </pre>
 
 Some examples of monoids are: