From ca707ccac4f61d1957bb675c8e8f18563f2e9046 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Hillerstr=C3=B6m?= Date: Mon, 9 Nov 2020 01:46:30 +0000 Subject: [PATCH] Change section title --- thesis.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thesis.tex b/thesis.tex index 35e1048..74d8520 100644 --- a/thesis.tex +++ b/thesis.tex @@ -1194,7 +1194,7 @@ For example callec is a variation of callcc where the continuation only can be invoked during the dynamic extent of callec~\cite{Flatt20}. -\section{Implementation strategies for first-class control} +\section{Implementing continuations} Table~\ref{tbl:ctrl-operators-impls} lists some programming languages with support for first-class control operators and their implementation strategies.