From 08a21693131f8a10f9f715675cb5218264bafeee Mon Sep 17 00:00:00 2001 From: chris Date: Sun, 29 Mar 2015 22:00:54 -0400 Subject: [PATCH] --- topics/_week8_reader_monad.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/_week8_reader_monad.mdwn b/topics/_week8_reader_monad.mdwn index d49f8376..b48a4c49 100644 --- a/topics/_week8_reader_monad.mdwn +++ b/topics/_week8_reader_monad.mdwn @@ -149,7 +149,7 @@ is the ⇧ and the map2 function from the notes on safe division: | Some y -> Some (g x y));; Then we lift the entire computation into the monad by applying ⇧ to -the integers, and by applying `map1` to the operators: +the integers, and by applying `map2` to the operators:
 \tree ((((map2 +) (⇧1)) (((map2 *) (((map2 /) (⇧6)) (⇧0))) (⇧4))))
-- 
2.11.0