assignment7 tweaks
authorJim Pryor <profjim@jimpryor.net>
Thu, 18 Nov 2010 22:52:51 +0000 (17:52 -0500)
committerJim Pryor <profjim@jimpryor.net>
Thu, 18 Nov 2010 22:52:51 +0000 (17:52 -0500)
Signed-off-by: Jim Pryor <profjim@jimpryor.net>
hints/assignment_7_hint_3.mdwn

index 5968298..5fbcb41 100644 (file)
@@ -49,9 +49,9 @@ More specifically, \[[expression]] will be a set of `'a discourse_possibility` m
 
 *      Now how shall we handle \[[&exist;x]]. As we said, GS&V really tell us how to interpret \[[&exist;xPx]], but what they say about this breaks naturally into two pieces, such that we can represent the update of `s` with \[[&exist;xPx]] as:
 
-<pre><code>
-s >>= \[[&exist;x]] >>= \[[Px]]
-</code></pre>
+       <pre><code>
+       s >>= \[[&exist;x]] >>= \[[Px]]
+       </code></pre>