From: Chris Barker Date: Tue, 2 Nov 2010 02:41:30 +0000 (-0400) Subject: move hint X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=b0139eb9a0b1865ca04f76157ce8dcfbd203374b move hint --- 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: