about summary refs log tree commit diff stats
path: root/index.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-11-06 01:28:53 -0800
committerKartik K. Agaram <vc@akkartik.com>2017-11-06 01:28:53 -0800
commitd55e77387fd9cc3eae2f17a6c1993f3bcb061a60 (patch)
treeff395f7d64f196c68560654b027fb1e59bf8bccc /index.html
parent3b776ac3843e925ee24f49e8df51ab6a1db6c085 (diff)
downloadmu-d55e77387fd9cc3eae2f17a6c1993f3bcb061a60.tar.gz
4117 - done with delimited continuations
At least this particular implementation of them. Let's play with them
now for a while, see if they're fully equivalent to shift/reduce.
Diffstat (limited to 'index.html')
-rw-r--r--index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/index.html b/index.html
index 58e510d9..faa64497 100644
--- a/index.html
+++ b/index.html
@@ -54,7 +54,8 @@ screen and keyboard handling.
   <a href='html/continuation1.mu.html'>1</a>,
   <a href='html/continuation2.mu.html'>2</a>,
   <a href='html/continuation3.mu.html'>3</a>,
-  <a href='html/continuation4.mu.html'>4</a>.
+  <a href='html/continuation4.mu.html'>4</a>,
+  <a href='html/continuation5.mu.html'>5</a>.
 </ul>
 
 Now a listing of every layer in Mu. Recall that you can <a href='http://akkartik.name/post/wart-layers'>stop