mirror of
https://github.com/dhil/phd-dissertation
synced 2026-03-13 19:18:25 +00:00
Compare commits
3 Commits
286cd5fe63
...
bd6d13198c
| Author | SHA1 | Date | |
|---|---|---|---|
| bd6d13198c | |||
| 95ccddb882 | |||
| ee83579eed |
25
macros.tex
25
macros.tex
@@ -84,6 +84,7 @@
|
||||
\newcommand{\reducesto}[0]{\ensuremath{\leadsto}}
|
||||
\newcommand{\areducesto}{\ensuremath{\reducesto_{\textrm{a}}}}
|
||||
\newcommand{\stepsto}[0]{\ensuremath{\longrightarrow}}
|
||||
\newcommand{\Stepsto}{\Longrightarrow}
|
||||
\newcommand{\EC}{\ensuremath{\mathcal{E}}}
|
||||
|
||||
\newcommand{\BL}{\ensuremath{\mathsf{BL}}}
|
||||
@@ -283,4 +284,26 @@
|
||||
%
|
||||
\renewcommand{\hid}{V_\mathrm{forward}}
|
||||
\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