1
0
mirror of https://github.com/dhil/phd-dissertation synced 2026-03-13 11:08:25 +00:00

Slight rewording

This commit is contained in:
2020-09-23 22:26:32 +01:00
parent 41c96b56a1
commit 36551c5dbf

View File

@@ -906,10 +906,10 @@ implementation is \emph{properly tail-recursive}, which provides
strict guarantees on the asymptotic space consumption of tail strict guarantees on the asymptotic space consumption of tail
calls~\cite{Clinger98}. calls~\cite{Clinger98}.
Tail calls will become important in Chapter~\ref{ch:cps} when I will Tail calls will become important in Chapter~\ref{ch:cps} where we will
discuss continuation passing style as an implementation technique for get to discuss continuation passing style as an implementation
effect handlers, as tail calls are ubiquitous in continuation passing technique for effect handlers, as tail calls are ubiquitous in
style. continuation passing style.
% %
Therefore let us formally characterise tail calls by adapting a Therefore let us formally characterise tail calls by adapting a
syntactic characterisation due to \citet{Clinger98}. syntactic characterisation due to \citet{Clinger98}.