reader: tweaking markup
[lambda.git] / reader_monad.mdwn
index 1cd8e90..ef049d5 100644 (file)
@@ -194,21 +194,22 @@ I guess you haven't you been paying close enough attention, or you don't have mu
 
 In Heim and Kratzer's textbook <cite>Semantics in Generative Grammar</cite>, the interpretation of complex phrases like \[[interprets complex phrases]] are trees that look like this:
 
-
->                                      VP
->                                /    \
->                               /      \
->                              /        \
->                         /          \
->                        /            \
->                       /              NP
->                      /              /  \
->                 /              /    \
->                 V             /      \
->                 |            /        \
->      \[[interprets]]    AP         N
->                                        / \         |
->                                \[[complex]] \[[phrases]]
+<blockquote><pre>
+                               VP
+                         /    \
+                        /      \
+                       /        \
+                  /          \
+                 /            \
+                /              NP
+               /              /  \
+          /              /    \
+          V             /      \
+          |            /        \
+\[[interprets]]    AP         N
+                                 / \         |
+                         \[[complex]] \[[phrases]]
+</pre></blockquote>
 
 
 Now the normal way in which the nodes of such trees are related to each other is that the semantic value of a parent node is the result of applying the functional value of one of the daughter nodes to the value of the other daughter node. (The types determine which side is the function and which side is the argument.) One exception to this general rule is when multiple adjectives are joined together, as happens in \[[interprets complex English phrases]]. We'll ignore that though.