From a7d60f895476d232e9b811e87b29036a1232745a Mon Sep 17 00:00:00 2001 From: chris Date: Fri, 20 Mar 2015 11:54:09 -0400 Subject: [PATCH] --- topics/week7_introducing_monads.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/week7_introducing_monads.mdwn b/topics/week7_introducing_monads.mdwn index 4b6ed355..5bc139f5 100644 --- a/topics/week7_introducing_monads.mdwn +++ b/topics/week7_introducing_monads.mdwn @@ -84,7 +84,7 @@ For instance, the following are Kleisli arrows: In the first, `P` has become `int` and `Q` has become `bool`. (The boxed type Q is bool). Note that the left-hand schema `P` is permitted to itself be a boxed -type. That is, if `α list` is our box type, and `P` is to boxed type +type. That is, if `α list` is our box type, and `P` is the boxed type `int list`, we can write the boxed type that has `P` as its left-hand side as -- 2.11.0