From 0e24e1b63b8c5a7a1ffbe6ada981d0d24b6d6914 Mon Sep 17 00:00:00 2001 From: jim Date: Sun, 22 Mar 2015 12:29:28 -0400 Subject: [PATCH] add Monads made hard link to Category Theory links --- topics/week7_introducing_monads.mdwn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: -- 2.11.0