mirror of
https://github.com/dhil/phd-dissertation
synced 2026-03-13 02:58:26 +00:00
Slight rewording
This commit is contained in:
@@ -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}.
|
||||||
|
|||||||
Reference in New Issue
Block a user