From: jim Date: Sun, 22 Mar 2015 16:29:28 +0000 (-0400) Subject: add Monads made hard link to Category Theory links X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=0e24e1b63b8c5a7a1ffbe6ada981d0d24b6d6914 add Monads made hard link to Category Theory links --- diff --git a/topics/week7_introducing_monads.mdwn b/topics/week7_introducing_monads.mdwn index 4750fc69..8b3428c3 100644 --- a/topics/week7_introducing_monads.mdwn +++ b/topics/week7_introducing_monads.mdwn @@ -1,5 +1,4 @@ - The [[tradition in the functional programming @@ -439,6 +438,8 @@ As we mentioned above, the notions of Monads have their origin in Category Theor [2](http://lambda1.jimpryor.net/advanced_topics/monads_in_category_theory/) [3](http://en.wikibooks.org/wiki/Haskell/Category_theory) [4](https://wiki.haskell.org/Category_theory), where you should follow the further links discussing Functors, Natural Transformations, and Monads. +[5](http://www.stephendiehl.com/posts/monads.html) + Here are some papers that introduced Monads into functional programming: