X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=advanced_topics%2Fmonads_in_category_theory.mdwn;h=1fae38d145c3f13355fae1c786e0959d0428c561;hp=0db16cb2d5f141b5201d6bafc8dbcd27d3e97141;hb=01fb5873a9d28c219ef0c8b2900fec38fe5918f4;hpb=c0b681e8273859ba1a6d526265bb451853ddeb7d diff --git a/advanced_topics/monads_in_category_theory.mdwn b/advanced_topics/monads_in_category_theory.mdwn index 0db16cb2..1fae38d1 100644 --- a/advanced_topics/monads_in_category_theory.mdwn +++ b/advanced_topics/monads_in_category_theory.mdwn @@ -258,16 +258,16 @@ where as we said γ is a natural transformation from `G` to so Summarizing then, the monad laws can be expressed as:
-	For all γ, φ in T for which ρ <=< γ and γ <=< φ are defined:
+	For all ρ, γ, φ in T for which ρ <=< γ and γ <=< φ are defined:
 
-	    (i) γ <=< φ is also in T
+	    (i) γ <=< φ etc are also in T
 
 	   (ii) (ρ <=< γ) <=< φ  =  ρ <=< (γ <=< φ)
 
 	(iii.1) (unit G') <=< γ  =  γ
 	        when γ is a natural transformation from some FG' to MG'
 
-	(iii.2) γ  =  γ <=< (unit G)
+	(iii.2)                     γ  =  γ <=< (unit G)
 	        when γ is a natural transformation from G to some MR'G