From: chris Date: Fri, 20 Mar 2015 15:54:09 +0000 (-0400) Subject: (no commit message) X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=a7d60f895476d232e9b811e87b29036a1232745a --- 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