From c0d72cf25bc77c206f81444f92a734d53082ec7e Mon Sep 17 00:00:00 2001 From: chris Date: Sun, 29 Mar 2015 21:58:39 -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 9266ab34..d49f8376 100644 --- a/topics/_week8_reader_monad.mdwn +++ b/topics/_week8_reader_monad.mdwn @@ -24,7 +24,7 @@ This meant changing the type of their input from ints to int options. But we didn't need to do this piecemeal; rather, we could "lift" the ordinary arithmetic operations into the monad using the various tools provided -by the monad. +by the monad. We'll go over this lifting operation in detail in the next section. ## Tracing the effect of safe-div on a larger computation -- 2.11.0