assignment7 tweaks
authorJim Pryor <profjim@jimpryor.net>
Thu, 18 Nov 2010 22:52:37 +0000 (17:52 -0500)
committerJim Pryor <profjim@jimpryor.net>
Thu, 18 Nov 2010 22:52:37 +0000 (17:52 -0500)
Signed-off-by: Jim Pryor <profjim@jimpryor.net>
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 \[[&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:
 
 
 *      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:
 
-               s >>= \[[&exist;x]] >>= \[[Px]]
+<pre><code>
+s >>= \[[&exist;x]] >>= \[[Px]]
+</code></pre>