1
0
mirror of https://github.com/dhil/phd-dissertation synced 2026-03-13 02:58:26 +00:00

{Programming,Constraining} continuations. Working on Implementing continuations.

This commit is contained in:
2020-12-01 20:19:15 +00:00
parent de7074a1da
commit aece9e532b
3 changed files with 282 additions and 87 deletions

View File

@@ -427,8 +427,8 @@
\newcommand{\Set}{\keyw{set}}
\newcommand{\newPrompt}{\keyw{newPrompt}}
\newcommand{\Callcc}{\keyw{callcc}}
\newcommand{\Callcomc}{\ensuremath{\keyw{callcc}^\ast}}
\newcommand{\textCallcomc}{callcc$^\ast$}
\newcommand{\Callcomc}{\ensuremath{\keyw{callcomp}}}
\newcommand{\textCallcomc}{callcomp}
\newcommand{\Throw}{\keyw{throw}}
\newcommand{\Continue}{\keyw{resume}}
\newcommand{\Catch}{\keyw{catch}}