assignment7 tweaks
[lambda.git] / hints / assignment_7_hint_3.mdwn
index 53731f7..5968298 100644 (file)
@@ -49,7 +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]]
+<pre><code>
+s >>= \[[&exist;x]] >>= \[[Px]]
+</code></pre>