From 4b24a4ff2af6488189d4668c57fd6af42532e05a Mon Sep 17 00:00:00 2001 From: Jim Pryor Date: Thu, 18 Nov 2010 17:52:51 -0500 Subject: [PATCH] assignment7 tweaks Signed-off-by: Jim Pryor --- hints/assignment_7_hint_3.mdwn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hints/assignment_7_hint_3.mdwn b/hints/assignment_7_hint_3.mdwn index 59682986..5fbcb411 100644 --- a/hints/assignment_7_hint_3.mdwn +++ b/hints/assignment_7_hint_3.mdwn @@ -49,9 +49,9 @@ More specifically, \[[expression]] will be a set of `'a discourse_possibility` m * Now how shall we handle \[[∃x]]. As we said, GS&V really tell us how to interpret \[[∃xPx]], but what they say about this breaks naturally into two pieces, such that we can represent the update of `s` with \[[∃xPx]] as: -

-s >>= \[[∃x]] >>= \[[Px]]
-
+

+	s >>= \[[∃x]] >>= \[[Px]]
+	
-- 2.11.0