From b0139eb9a0b1865ca04f76157ce8dcfbd203374b Mon Sep 17 00:00:00 2001 From: Chris Barker Date: Mon, 1 Nov 2010 22:41:30 -0400 Subject: [PATCH] move hint --- week7.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/week7.mdwn b/week7.mdwn index 79983c3e..0e9f25ef 100644 --- a/week7.mdwn +++ b/week7.mdwn @@ -457,7 +457,7 @@ presented here, a monad is not exactly a monoid, because (unlike the arguments of a monoid operation) the two arguments of the bind are of different types. But it's possible to make the connection between monads and monoids much closer. This is discussed in [Monads in Category -Theory](/advanced_notes/monads_in_category_theory). +Theory](/advanced_topics/monads_in_category_theory). See also . Here are some papers that introduced monads into functional programming: -- 2.11.0