Link Search Menu Expand Document
\( % cbs-katex.sty % \newcommand{\STYLE}[2]{\htmlClass{cbs-#1}{#2}} \newcommand{\DECL}[3]{\htmlId{#1:#2}{#3}} \newcommand{\REF}[3]{\href{###1:#2}{#3}} \newcommand{\HYPER}[5]{\href{#1/#2/index.html###3:#4}{#5}} % \SHADE{MATH} can be defined to produce a shaded background to highlight % inline MATH in running text: \newcommand{\SHADE}[1]{#1} % \KEY{TEXT}, \STRING{TEXT}, \ATOM{TEXT}, \LEX{TEXT} can be used in math mode: \newcommand{\KEY}[1]{\textsf{\textit{\STYLE{Key}{#1}}}} \newcommand{\STRING}[1]{\textsf{``\texttt{#1}''}} \newcommand{\ATOM}[1]{\textsf{`\texttt{#1}'}} \newcommand{\LEX}[1]{\textsf{\STYLE{Key}{`}\texttt{#1}\STYLE{Key}{'}}} % The following commands produce ASCII characters that are treated specially by LaTeX: \newcommand{\HASH}{\char`\#} \newcommand{\DOLLAR}{\char`\$} \newcommand{\PERCENT}{\char`\%} \newcommand{\AMPERSAND}{\char`\&} \newcommand{\APOSTROPHE}{\char`\'} \newcommand{\BACKSLASH}{\char`\\} \newcommand{\CARET}{\char`\^} \newcommand{\UNDERSCORE}{\char`\_} \newcommand{\GRAVE}{\char`\`} \newcommand{\LEFTBRACE}{\char`\{} \newcommand{\RIGHTBRACE}{\char`\}} \newcommand{\TILDE}{\textasciitilde} % {\char`\~} % \NAME{name} highlights the name; % \NAMEDECL{name} declares Name.name as the target of links to name; % \NAMEREF{name} links name to the target Name.name in the current file; % \NAMEHYPER{url}{file}{name} links name to Name.name at url/file/file.pdf. % Similarly for \VAR{partvariable}, \SYN{syntaxname}, \SEM{semanticsName}, % and \SECT{sectionnumber} % The kerns in \SUB and \VAR avoid overlaps with primes: \newcommand{\SUB}[1]{_{\kern-2mu\STYLE{PartVariable}{\textsf{#1}}}} % PLAIN \newcommand{\VAR}[1]{\STYLE{PartVariable}{\textsf{\textit{#1}\kern2mu}}} \newcommand{\NAME}[1]{\STYLE{Name}{\textsf{#1}}} \newcommand{\SYN}[1]{\STYLE{SyntaxName}{\textsf{#1}}} \newcommand{\SEM}[1]{\STYLE{SemanticsName}{\textsf{#1}}} \newcommand{\SECT}[1]{\STYLE{SectionNumber}{\textsf{#1}}} % DECL \newcommand{\VARDECL}[1]{\DECL{PartVariable}{#1}{\VAR{#1}}} \newcommand{\NAMEDECL}[1]{\DECL{Name}{#1}{\NAME{#1}}} \newcommand{\SYNDECL}[1]{\DECL{SyntaxName}{#1}{\SYN{#1}}} \newcommand{\SEMDECL}[1]{\DECL{SemanticsName}{#1}{\SEM{#1}}} \newcommand{\SECTDECL}[1]{\DECL{SectionNumber}{#1}{\textsf{#1}}} % REF \newcommand{\VARREF}[1]{\REF{PartVariable}{#1}{\VAR{#1}}} \newcommand{\NAMEREF}[1]{\REF{Name}{#1}{\NAME{#1}}} \newcommand{\SYNREF}[1]{\REF{SyntaxName}{#1}{\SYN{#1}}} \newcommand{\SEMREF}[1]{\REF{SemanticsName}{#1}{\SEM{#1}}} \newcommand{\SECTREF}[1]{\REF{SectionNumber}{#1}{\SECT{#1}}} % HYPER \newcommand{\VARHYPER}[3]{\HYPER{#1}{#2}{PartVariable}{#3}{\VAR{#3}}} \newcommand{\NAMEHYPER}[3]{\HYPER{#1}{#2}{Name}{#3}{\NAME{#3}}} \newcommand{\SYNHYPER}[3]{\HYPER{#1}{#2}{SyntaxName}{#3}{\SYN{#3}}} \newcommand{\SEMHYPER}[3]{\HYPER{#1}{#2}{SemanticsName}{#3}{\SEM{#3}}} \newcommand{\SECTHYPER}[3]{\HYPER{#1}{#2}{SectionNumber}{#3}{\SECT{#3}}} % \LEFTPHRASE MATH \RIGHTPHRASE produces [[ MATH ]] with proper brackets: \newcommand{\LEFTPHRASE}{\llbracket} \newcommand{\RIGHTPHRASE}{\rrbracket} % \LEFTGROUP MATH \RIGHTGROUP produces ( MATH ) where the parentheses are % highlighted the same as keywords: \newcommand{\LEFTGROUP}{\STYLE{Key}{(}} \newcommand{\RIGHTGROUP}{\STYLE{Key}{)}} % MATH\PLUS produces a superscript + % MATH\STAR produces a superscript * % MATH\QUERY produces a superscript ? \newcommand{\PLUS}{{}^{\texttt{+}}} \newcommand{\STAR}{{}^{\texttt{*}}} \newcommand{\QUERY}{{}^{\texttt{?}}} % \RULE{& PREMISE \\ & ...}{& FORMULA ... \\ & ...} produces an inference rule % with separately aligned premises and conclusion % PREMISE % ... % ----------- % FORMULA ... % ... \newcommand{\RULE}[2] {\frac{\begin{aligned}#1\end{aligned}}{\begin{aligned}#2\end{aligned}}} % \AXIOM{& FORMULA ... \\ & ...} produces an aligned formula % % FORMULA ... % ... \newcommand{\AXIOM}[1]{\begin{aligned}#1\end{aligned}} % \TO TYPE produces => TYPE \newcommand{\TO}{\mathop{\Rightarrow}} % TERM \TRANS TERM produces TERM ---> TERM \newcommand{\TRANS}{\longrightarrow} % TERM \xrightarrow{LABEL} TERM puts the label above the long arrow % \)

Funcons-beta : Controlling.cbs | PLAIN | PDF


Controlling

\[\begin{align*} [ \ \KEY{Datatype} \quad & \NAMEREF{continuations} \\ \KEY{Funcon} \quad & \NAMEREF{continuation} \\ \KEY{Entity} \quad & \NAMEREF{plug-signal} \\ \KEY{Funcon} \quad & \NAMEREF{hole} \\ \KEY{Funcon} \quad & \NAMEREF{resume-continuation} \\ \KEY{Entity} \quad & \NAMEREF{control-signal} \\ \KEY{Funcon} \quad & \NAMEREF{control} \\ \KEY{Funcon} \quad & \NAMEREF{delimit-current-continuation} \\ \KEY{Alias} \quad & \NAMEREF{delimit-cc} \ ] \end{align*}\] \[\begin{align*} \KEY{Meta-variables} \quad & \VAR{T}, \VAR{T}\SUB{1}, \VAR{T}\SUB{2} <: \NAMEHYPER{../../../Values}{Value-Types}{values} \end{align*}\] \[\begin{align*} \KEY{Datatype} \quad \NAMEDECL{continuations}( \VAR{T}\SUB{1} , \VAR{T}\SUB{2} ) \ ::= \ & \NAMEDECL{continuation}( \_ : \NAMEHYPER{../../../Values/Abstraction}{Generic}{abstractions} ( ( \ ) \TO \VAR{T}\SUB{2} )) \end{align*}\]

\(\SHADE{\NAMEREF{continuations} ( \VAR{T}\SUB{1}, \VAR{T}\SUB{2} )}\) consists of abstractions whose bodies contain a \(\SHADE{\NAMEREF{hole}}\), and which will normally compute a value of type \(\SHADE{\VAR{T}\SUB{2}}\) when the \(\SHADE{\NAMEREF{hole}}\) is plugged with a value of type \(\SHADE{\VAR{T}\SUB{1}}\).

\[\begin{align*} \KEY{Entity} \quad & \_ \xrightarrow{\NAMEDECL{plug-signal}(\VAR{V}\QUERY : \NAMEHYPER{../../../Values}{Value-Types}{values}\QUERY)} \_ \end{align*}\]

A plug-signal contains the value to be filled into a \(\SHADE{\NAMEREF{hole}}\) in a continuation, thereby allowing a continuation to resume.

\[\begin{align*} \KEY{Funcon} \quad & \NAMEDECL{hole} : \TO \NAMEHYPER{../../../Values}{Value-Types}{values} \end{align*}\]

A \(\SHADE{\NAMEREF{hole}}\) in a term cannot proceed until it receives a plug-signal containing a value to plug the hole.

\[\begin{align*} \KEY{Rule} \quad & \NAMEREF{hole} \xrightarrow{\NAMEREF{plug-signal}( \VAR{V} )}_{} \VAR{V} \end{align*}\] \[\begin{align*} \KEY{Funcon} \quad & \NAMEDECL{resume-continuation}( \VAR{K} : \NAMEREF{continuations} ( \VAR{T}\SUB{1}, \VAR{T}\SUB{2} ), \VAR{V} : \VAR{T}\SUB{1}) : \TO \VAR{T}\SUB{2} \end{align*}\]

\(\SHADE{\NAMEREF{resume-continuation} ( \VAR{K}, \VAR{V} )}\) resumes a continuation \(\SHADE{\VAR{K}}\) by plugging the value \(\SHADE{\VAR{V}}\) into the \(\SHADE{\NAMEREF{hole}}\) in the continuation.

\[\begin{align*} \KEY{Rule} \quad & \RULE{ & \VAR{X} \xrightarrow{\NAMEREF{plug-signal}( \VAR{V} )}_{} \VAR{X}' }{ & \NAMEREF{resume-continuation} ( \NAMEREF{continuation} ( \NAMEHYPER{../../../Values/Abstraction}{Generic}{abstraction} ( \VAR{X} ) ), \VAR{V} : \VAR{T} ) \xrightarrow{\NAMEREF{plug-signal}( \ )}_{} \VAR{X}' } \end{align*}\] \[\begin{align*} \KEY{Entity} \quad & \_ \xrightarrow{\NAMEDECL{control-signal}(\VAR{F}\QUERY : ( \NAMEHYPER{../../../Values/Abstraction}{Functions}{functions} ( \NAMEREF{continuations} ( \VAR{T}\SUB{1}, \VAR{T}\SUB{2} ), \VAR{T}\SUB{2} ) )\QUERY)} \_ \end{align*}\]

A control-signal contains the function to which control is about to be passed by the enclosing \(\SHADE{\NAMEREF{delimit-current-continuation} ( \VAR{X} )}\).

\[\begin{align*} \KEY{Funcon} \quad & \NAMEDECL{control}( \VAR{F} : \NAMEHYPER{../../../Values/Abstraction}{Functions}{functions} ( \NAMEREF{continuations} ( \VAR{T}\SUB{1}, \VAR{T}\SUB{2} ), \VAR{T}\SUB{2} )) : \TO \VAR{T}\SUB{1} \end{align*}\]

\(\SHADE{\NAMEREF{control} ( \VAR{F} )}\) emits a control-signal that, when handled by an enclosing \(\SHADE{\NAMEREF{delimit-current-continuation} ( \VAR{X} )}\), will apply \(\SHADE{\VAR{F}}\) to the current continuation of \(\SHADE{\NAMEREF{control} ( \VAR{F} )}\), (rather than proceeding with that current continuation).

\[\begin{align*} \KEY{Rule} \quad & \NAMEREF{control} ( \VAR{F} : \NAMEHYPER{../../../Values/Abstraction}{Functions}{functions} ( \_, \_ ) ) \xrightarrow{\NAMEREF{control-signal}( \VAR{F} )}_{} \NAMEREF{hole} \end{align*}\] \[\begin{align*} \KEY{Funcon} \quad & \NAMEDECL{delimit-current-continuation}( \VAR{X} : \TO \VAR{T}) : \TO \VAR{T} \\ \KEY{Alias} \quad & \NAMEDECL{delimit-cc} = \NAMEREF{delimit-current-continuation} \end{align*}\]

\(\SHADE{\NAMEREF{delimit-current-continuation} ( \VAR{X} )}\) delimits the scope of captured continuations.

\[\begin{align*} \KEY{Rule} \quad & \NAMEREF{delimit-current-continuation} ( \VAR{V} : \VAR{T} ) \leadsto \VAR{V} \\ \KEY{Rule} \quad & \RULE{ & \VAR{X} \xrightarrow{\NAMEREF{control-signal}( \ )}_{} \VAR{X}' }{ & \NAMEREF{delimit-current-continuation} ( \VAR{X} ) \xrightarrow{\NAMEREF{control-signal}( \ )}_{} \\&\quad \NAMEREF{delimit-current-continuation} ( \VAR{X}' ) } \\ \KEY{Rule} \quad & \RULE{ & \VAR{X} \xrightarrow{\NAMEREF{control-signal}( \VAR{F} )}_{} \VAR{X}' }{ & \NAMEREF{delimit-current-continuation} ( \VAR{X} ) \xrightarrow{\NAMEREF{control-signal}( \ )}_{} \\&\quad \NAMEREF{delimit-current-continuation} ( \NAMEHYPER{../../../Values/Abstraction}{Functions}{apply} ( \VAR{F}, \NAMEREF{continuation} \ \NAMEHYPER{../../../Values/Abstraction}{Generic}{closure} ( \VAR{X}' ) ) ) } \end{align*}\]