X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=schedule_of_topics.mdwn;h=ca49980b521a0247cbf5f3f00111f0d3397a863f;hp=5b771953538329969e180ff9a495f47aa48af6db;hb=9dee4176ba7c3094de0eb15fe800bdf2d17c36e2;hpb=7b769b5b06c11f4e4838f2abea8e309b04df1697 diff --git a/schedule_of_topics.mdwn b/schedule_of_topics.mdwn index 5b771953..ca49980b 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: Wadler](http://homepages.inf.ed.ac.uk/wadler/papers/marktoberdorf/baastad.pdf) 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