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

Compare commits

...

6 Commits

Author SHA1 Message Date
3f91ab595e Fix rendering of type erasure lemma 2021-05-30 01:01:48 +01:00
333452bed2 Remove todo 2021-05-30 00:58:08 +01:00
51429afdd8 Update related work Chapter 5 2021-05-30 00:56:43 +01:00
e52cc41d40 Dybvig et al. taxonomy 2021-05-29 23:57:24 +01:00
b2eb9334ca Fix wording 2021-05-29 20:36:51 +01:00
754c3b823e Appendices 2021-05-29 20:21:32 +01:00
3 changed files with 2152 additions and 95 deletions

View File

@@ -531,10 +531,15 @@
\newcommand{\Control}{\keyw{control}}
\newcommand{\Prompt}{\#}
\newcommand{\Controlz}{\ensuremath{\keyw{control_0}}}
\newcommand{\Spawn}{\keyw{spawn}}
\newcommand{\Promptz}{\ensuremath{\#_0}}
\newcommand{\Escape}{\keyw{escape}}
\newcommand{\shift}{\keyw{shift}}
\newcommand{\shiftz}{\ensuremath{\keyw{shift_0}}}
\newcommand{\CCpp}{\ensuremath{+\CC+}}
\newcommand{\CCpm}{\ensuremath{+\CC-}}
\newcommand{\CCmp}{\ensuremath{-\CC+}}
\newcommand{\CCmm}{\ensuremath{-\CC-}}
\def\sigh#1{%
\pmb{\left\langle\vphantom{#1}\right.}%
#1%

View File

@@ -3749,4 +3749,15 @@
editor = {Andrew M. Pitts and Peter Dybjer},
pages = {131--184},
year = 1997
}
}
# Milner's context lemma
@article{Milner77,
author = {Robin Milner},
title = {Fully Abstract Models of Typed $\lambda$-Calculi},
journal = {Theor. Comput. Sci.},
volume = {4},
number = {1},
pages = {1--22},
year = {1977}
}

2229
thesis.tex

File diff suppressed because it is too large Load Diff