1
0
mirror of https://github.com/dhil/phd-dissertation synced 2026-03-13 02:58:26 +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
calls~\cite{Clinger98}.
Tail calls will become important in Chapter~\ref{ch:cps} when I will
discuss continuation passing style as an implementation technique for
effect handlers, as tail calls are ubiquitous in continuation passing
style.
Tail calls will become important in Chapter~\ref{ch:cps} where we will
get to discuss continuation passing style as an implementation
technique for effect handlers, as tail calls are ubiquitous in
continuation passing style.
%
Therefore let us formally characterise tail calls by adapting a
syntactic characterisation due to \citet{Clinger98}.