From 99724b7a28e23caa99552af55797f16b3c4666b3 Mon Sep 17 00:00:00 2001 From: jim Date: Thu, 19 Mar 2015 18:35:17 -0400 Subject: [PATCH] fix "arrow" --- 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 b04f517e..75d0cee4 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, where -if `α list` is our box type, we can write the second arrow as +if `α list` is our box type, we can write the second type as: int -> int list -- 2.11.0