From: barker Date: Tue, 24 Aug 2010 00:09:57 +0000 (-0400) Subject: (no commit message) X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=cc9bbc15d910c96094fda02ac1fd131e8fbbd8cd --- diff --git a/schedule_of_topics.mdwn b/schedule_of_topics.mdwn index 5b771953..883c648e 100644 --- a/schedule_of_topics.mdwn +++ b/schedule_of_topics.mdwn @@ -71,7 +71,7 @@ This is very sketchy at this point, but it should give a sense of our intended s ## Side-effects and mutation ## 1. What difference imperativity makes -2. Monads we've seen, and the "monadic laws" (computer science version) +2. Monads we've already seen, and the "monadic laws" (computer science version) 3. Side-effects in a purely functional setting, via monads 4. The basis of monads in category theory 5. Other interesting monads: reader monad, continuation monad