Skip to content

Commit

Permalink
CSE Machine: Documentation fixes for Explicit-Control and Continuatio…
Browse files Browse the repository at this point in the history
…ns (#1638)

* documentation fixes

* update submodules

---------

Co-authored-by: Martin Henz <[email protected]>
  • Loading branch information
NhatMinh0208 and martin-henz authored Apr 3, 2024
1 parent cffe0e7 commit 4b7aed1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/md/README_4_EXPLICIT-CONTROL.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ order. Click on a name to see how it is defined and used. They come in these gro

You can use all features of
<a href="../source_4/">Source §4</a> and
the facilities supporting continuation,
given in <a href="../MCE/index.html">MCE</a>.
the facilities supporting continuations,
given in <a href="../CONTINUATION/index.html">CONTINUATION</a>.

## You want the definitive specs?

Expand Down
2 changes: 1 addition & 1 deletion docs/md/README_CONTINUATION.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CONTINUATION provides the function `call_cc` for generating and consuming continuations.
Click on a name on the right to see how they are defined and used.

Continuations in Source work similar to the <a href="https://en.wikipedia.org/wiki/Call-with-current-continuation">call-with-current-continuation</a> functin in Scheme.
Continuations in Source work similar to the <a href="https://en.wikipedia.org/wiki/Call-with-current-continuation">call-with-current-continuation</a> function in Scheme.

0 comments on commit 4b7aed1

Please sign in to comment.