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=d5c0941da9a74e539a9e4944ca686ed0473ae91e;hp=0f38135e7565b7958d9c2bfbcb8dc7a1bc89859d;hb=115b2bc2456adb01295e074ccc825942e45c46c0;hpb=728c69314deddb0f2625bc8c17ff3cee736ad7f3 diff --git a/advanced_topics/monads_in_category_theory.mdwn b/advanced_topics/monads_in_category_theory.mdwn index 0f38135e..d5c0941d 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 `<=<`.