From: Jim Pryor Date: Fri, 26 Nov 2010 18:11:37 +0000 (-0500) Subject: ass7 hint5: add comment X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=ee78c002ea1d6c0ed2489ae5719c8f63e3ae1b3a ass7 hint5: add comment Signed-off-by: Jim Pryor --- diff --git a/hints/assignment_7_hint_5.mdwn b/hints/assignment_7_hint_5.mdwn index acbc9015..779fb2ed 100644 --- a/hints/assignment_7_hint_5.mdwn +++ b/hints/assignment_7_hint_5.mdwn @@ -1,3 +1,15 @@ + + * How shall we handle \[[∃x]]? As we said, GS&V really tell us how to interpret \[[∃xPx]], but for our purposes, what they say about this can be broken naturally into two pieces, such that we represent the update of our starting set `u` with \[[∃xPx]] as:
u >>= \[[∃x]] >>= \[[Px]]