fix "arrow"
[lambda.git] / topics / week7_introducing_monads.mdwn
index b04f517..75d0cee 100644 (file)
@@ -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 <code><u>Q</u></code> is <code><u>bool</u></code>).
 
 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:
 
 <code><u>int</u> -> <u>int list</u></code>