From b75eed2c89c6b2b0fcf592a10439d91413daee3b Mon Sep 17 00:00:00 2001 From: Jim Pryor Date: Sun, 12 Dec 2010 12:59:30 -0500 Subject: [PATCH] point week9 to monad tutorial Signed-off-by: Jim Pryor --- week9.mdwn | 2 ++ 1 file changed, 2 insertions(+) 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## -- 2.11.0