From: Jim Pryor Date: Thu, 18 Nov 2010 22:52:51 +0000 (-0500) Subject: assignment7 tweaks X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=4b24a4ff2af6488189d4668c57fd6af42532e05a;hp=d6ac33904ee6021cad8e517d4f5104c3b82f1570 assignment7 tweaks Signed-off-by: Jim Pryor --- 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]]
+