From: Jim Pryor Date: Tue, 2 Nov 2010 12:02:16 +0000 (-0400) Subject: cat theory testing X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=8b1c423b50e7c2801bc9c69772261940fc6a7854;hp=9eef3614ecbf18d8f4713ec5c8eec4674ef65c4a cat theory testing Signed-off-by: Jim Pryor --- diff --git a/advanced_topics/monads_in_category_theory.mdwn b/advanced_topics/monads_in_category_theory.mdwn index 0c139c6b..74b5d572 100644 --- a/advanced_topics/monads_in_category_theory.mdwn +++ b/advanced_topics/monads_in_category_theory.mdwn @@ -21,6 +21,22 @@ Monoids ------- A **monoid** is a structure `(S, *, z)` consisting of an associative binary operation `*` over some set `S`, which is closed under `*`, and which contains an identity element `z` for `*`. That is: +
this is
+my pre-only
+block
+
+ +this is +my code-only +block + + +
this is +my bq-only +block +
+ +
 for all `s1`, `s2`, `s3` in `S`:
 (i) `s1*s2` etc are also in `S`