mirror of
https://github.com/dhil/phd-dissertation
synced 2026-03-13 11:08:25 +00:00
Compare commits
3 Commits
286cd5fe63
...
bd6d13198c
| Author | SHA1 | Date | |
|---|---|---|---|
| bd6d13198c | |||
| 95ccddb882 | |||
| ee83579eed |
23
macros.tex
23
macros.tex
@@ -84,6 +84,7 @@
|
|||||||
\newcommand{\reducesto}[0]{\ensuremath{\leadsto}}
|
\newcommand{\reducesto}[0]{\ensuremath{\leadsto}}
|
||||||
\newcommand{\areducesto}{\ensuremath{\reducesto_{\textrm{a}}}}
|
\newcommand{\areducesto}{\ensuremath{\reducesto_{\textrm{a}}}}
|
||||||
\newcommand{\stepsto}[0]{\ensuremath{\longrightarrow}}
|
\newcommand{\stepsto}[0]{\ensuremath{\longrightarrow}}
|
||||||
|
\newcommand{\Stepsto}{\Longrightarrow}
|
||||||
\newcommand{\EC}{\ensuremath{\mathcal{E}}}
|
\newcommand{\EC}{\ensuremath{\mathcal{E}}}
|
||||||
|
|
||||||
\newcommand{\BL}{\ensuremath{\mathsf{BL}}}
|
\newcommand{\BL}{\ensuremath{\mathsf{BL}}}
|
||||||
@@ -284,3 +285,25 @@
|
|||||||
\renewcommand{\hid}{V_\mathrm{forward}}
|
\renewcommand{\hid}{V_\mathrm{forward}}
|
||||||
\newcommand{\kid}{V_\mathrm{id}}
|
\newcommand{\kid}{V_\mathrm{id}}
|
||||||
\newcommand{\rid}{V_\mathrm{ret}}
|
\newcommand{\rid}{V_\mathrm{ret}}
|
||||||
|
|
||||||
|
% Examples
|
||||||
|
\newcommand{\Pipe}{\dec{pipe}}
|
||||||
|
\newcommand{\Copipe}{\dec{copipe}}
|
||||||
|
\newcommand{\Ones}{\dec{ones}}
|
||||||
|
\newcommand{\Yield}{\dec{Yield}}
|
||||||
|
\newcommand{\Await}{\dec{Await}}
|
||||||
|
\newcommand{\AddTwo}{\ensuremath{\dec{add}_2}}
|
||||||
|
|
||||||
|
% Abstract machine
|
||||||
|
\newcommand{\cek}[1]{\ensuremath{\langle #1 \rangle}}
|
||||||
|
% Environments
|
||||||
|
\newcommand{\env}{\ensuremath{\gamma}}
|
||||||
|
% restrict an environment
|
||||||
|
\newcommand{\res}{\backslash}
|
||||||
|
|
||||||
|
% abstract machine translations
|
||||||
|
\newcommand{\val}[2]{\llbracket #1 \rrbracket #2}
|
||||||
|
\newcommand{\inv}[1]{\llparenthesis #1 \rrparenthesis}
|
||||||
|
|
||||||
|
% configurations
|
||||||
|
\newcommand{\conf}{\mathcal{C}}
|
||||||
|
|||||||
891
thesis.tex
891
thesis.tex
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user