From: Jim Pryor Date: Sun, 12 Dec 2010 17:59:30 +0000 (-0500) Subject: point week9 to monad tutorial X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=b75eed2c89c6b2b0fcf592a10439d91413daee3b point week9 to monad tutorial Signed-off-by: Jim Pryor --- diff --git a/week9.mdwn b/week9.mdwn index c6dd9e83..d1f80612 100644 --- a/week9.mdwn +++ b/week9.mdwn @@ -503,6 +503,8 @@ To get the whole process started, the complex computation so defined will need t in computation initial_store;; +* See also our [[State Monad Tutorial]]. + ##Aliasing or Passing by reference##