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

Fix a couple of typos

This commit is contained in:
2021-08-13 11:47:23 +01:00
parent 3fda920eae
commit ee8a4ab2dd

View File

@@ -343,10 +343,10 @@
My time as a student in Informatics Forum has been enjoyable in My time as a student in Informatics Forum has been enjoyable in
large part thanks to my friends: Amna Shahab, Chris Vasiladiotis, large part thanks to my friends: Amna Shahab, Chris Vasiladiotis,
Craig McLaughlin, Danel Ahman, Daniel Mills, Frank Emrich, Emanuel Craig McLaughlin, Danel Ahman, Daniel Mills, Frank Emrich, Emanuel
Martinov, Floyd Chitalu, Larisa Stoltzfus, Jakub Zalewski, Maria Martinov, Floyd Chitalu, Jack Williams, Jakub Zalewski, Larisa
Gorinova, Marcin Szymczak, Paul Piho, Philip Ginsbach, Radu Ciobanu, Stoltzfus, Maria Gorinova, Marcin Szymczak, Paul Piho, Philip
Rajkarn Singh, Rosinda Fuentes Pineda, Rudi Horn, Shayan Najd, Stan Ginsbach, Radu Ciobanu, Rajkarn Singh, Rosinda Fuentes Pineda, Rudi
Manilov, and Vanya Yaneva-Cormack. Horn, Shayan Najd, Stan Manilov, and Vanya Yaneva-Cormack.
Thanks to Ohad Kammar for agreeing to be the internal examiner for Thanks to Ohad Kammar for agreeing to be the internal examiner for
my dissertation. As for external examiners, I am truly humbled and my dissertation. As for external examiners, I am truly humbled and
@@ -3386,10 +3386,9 @@ call-with-composable-continuation, abbreviated \textCallcomc{}.
% %
As the name suggests the captured continuation is composable rather As the name suggests the captured continuation is composable rather
than abortive. It was introduced by \citet{FlattYFF07} in 2007, and than abortive. It was introduced by \citet{FlattYFF07} in 2007, and
and implemented in November 2006 according to the history log of implemented in November 2006 according to the history log of Racket
Racket (Racket was then known as MzScheme, version (Racket was then known as MzScheme, version 360)~\cite{Flatt20}. The
360)~\cite{Flatt20}. The history log classifies it as a delimited history log classifies it as a delimited control operator.
control operator.
% %
Truth to be told nowadays in Racket virtually all control operators Truth to be told nowadays in Racket virtually all control operators
are delimited, even callcc, because they are parameterised by an are delimited, even callcc, because they are parameterised by an
@@ -3431,7 +3430,7 @@ Unlike $\Callcc$, captured continuations behave as functions.
\end{reductions} \end{reductions}
% %
The capture rule for $\Callcomc$ is identical to the rule for The capture rule for $\Callcomc$ is identical to the rule for
$\Callcomc$, but the resume rule is different. $\Callcc$, but the resume rule is different.
% %
The effect of continuation invocation can be understood locally as it The effect of continuation invocation can be understood locally as it
does not erase the global evaluation context, but rather composes with does not erase the global evaluation context, but rather composes with