changes
authorChris Barker <barker@kappa.linguistics.fas.nyu.edu>
Thu, 9 Jun 2011 21:24:19 +0000 (17:24 -0400)
committerChris Barker <barker@kappa.linguistics.fas.nyu.edu>
Thu, 9 Jun 2011 21:24:19 +0000 (17:24 -0400)
cps.mdwn

index 259f412..e1f7f58 100644 (file)
--- a/cps.mdwn
+++ b/cps.mdwn
@@ -156,13 +156,13 @@ CPS-xformed lambda term.  You can use the following data declaration:
 
 3. What happens (in terms of evaluation order) when the application
 rule for CBN CPS is changed to `[MN] = \k.[N](\n.[M]nk)`?  Likewise,
-What happens when the application rule for CBV CPS is changed to `<MN>
-= \k.[N](\n.[M](\m.mnk))`?
+What happens when the application rule for CBV CPS is changed to 
+`<MN> = \k.<N>(\n.<M>(\m.mnk))`?
 
 4. What happens when the application rules for the CPS xforms are changed to
 
-    [MN] = \k.<M>(\m.m<N>k)
-    <MN> = \k.[M](\m.[N](\n.mnk))
+   [MN] = \k.<M>(\m.m<N>k)
+   <MN> = \k.[M](\m.[N](\n.mnk))
 
 
 Thinking through the types