From 55413c23ffb5d0b60d9a5d419d0db068850a9852 Mon Sep 17 00:00:00 2001 From: Jim Pryor Date: Mon, 1 Nov 2010 07:59:12 -0400 Subject: [PATCH] reader: tweaking markup Signed-off-by: Jim Pryor --- reader_monad.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reader_monad.mdwn b/reader_monad.mdwn index 353a8970..b0f64867 100644 --- a/reader_monad.mdwn +++ b/reader_monad.mdwn @@ -244,7 +244,7 @@ That is, it takes as arguments a clause-type reader-monad `u`, and an entity-typ You can trace through what happens then if we apply \[[who(i)]] to (\[[spurned]] applied to \[[Alice]] and \[[i]]): - \[[Alice spurned i]] = \[[spurned]] [[Alice]] [[i]] + \[[Alice spurned i]] = \[[spurned]] \[[Alice]] \[[i]] = (lift2 S) (unit Alice) (lookup i) = bind (unit Alice) (fun x -> bind (lookup i) (fun y -> unit (S x y))) -- 2.11.0