point week9 to monad tutorial
authorJim Pryor <profjim@jimpryor.net>
Sun, 12 Dec 2010 17:59:30 +0000 (12:59 -0500)
committerJim Pryor <profjim@jimpryor.net>
Sun, 12 Dec 2010 17:59:30 +0000 (12:59 -0500)
Signed-off-by: Jim Pryor <profjim@jimpryor.net>
week9.mdwn

index c6dd9e8..d1f8061 100644 (file)
@@ -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##