1
0
mirror of https://github.com/dhil/phd-dissertation synced 2026-03-13 02:58:26 +00:00

Dynamic semantics.

This commit is contained in:
2020-01-09 17:01:49 +00:00
parent 91ffbe0fcd
commit fbce5d3ff9
3 changed files with 112 additions and 6 deletions

View File

@@ -72,6 +72,10 @@
\newcommand{\FTV}{\ensuremath{\mathrm{FTV}}}
\newcommand{\reducesto}[0]{\ensuremath{\leadsto}}
\newcommand{\stepsto}[0]{\ensuremath{\longrightarrow}}
\newcommand{\EC}{\ensuremath{\mathcal{E}}}
%% Handler projections.
\newcommand{\hret}{H^{\mathrm{val}}}
\newcommand{\hval}{\hret}
@@ -87,9 +91,9 @@
%% Labels
%%
\newcommand{\slab}[1]{\textrm{#1}}
\newcommand{\klab}[1]{\text{\scshape{K-#1}}}
\newcommand{\semlab}[1]{\text{\scshape{S-#1}}}
\newcommand{\tylab}[1]{\text{\scshape{T-#1}}}
\newcommand{\klab}[1]{\textrm{K-#1}}
\newcommand{\semlab}[1]{\textrm{S-#1}}
\newcommand{\tylab}[1]{\textrm{T-#1}}
\newcommand{\mlab}[1]{\text{\scshape{M-#1}}}
\newcommand{\siglab}[1]{\text{\scshape{Sig-#1}}}
\newcommand{\rowlab}[1]{\text{\scshape{R-#1}}}