X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?a=blobdiff_plain;f=advanced_topics%2Fmonads_in_category_theory.mdwn;h=1d7ede7167c1c9fdeed424ea8925725c30308232;hb=d6f9a31a5eadc6270f0c97d63d9e97f11b5081f5;hp=0f38135e7565b7958d9c2bfbcb8dc7a1bc89859d;hpb=728c69314deddb0f2625bc8c17ff3cee736ad7f3;p=lambda.git diff --git a/advanced_topics/monads_in_category_theory.mdwn b/advanced_topics/monads_in_category_theory.mdwn index 0f38135e..1d7ede71 100644 --- a/advanced_topics/monads_in_category_theory.mdwn +++ b/advanced_topics/monads_in_category_theory.mdwn @@ -267,14 +267,14 @@ Summarizing then, the monad laws can be expressed as: (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 -The standard category-theory presentation of the monad laws ------------------------------------------------------------ +Getting to the standard category-theory presentation of the monad laws +---------------------------------------------------------------------- In category theory, the monad laws are usually stated in terms of `unit` and `join` instead of `unit` and `<=<`.