mirror of
https://github.com/dhil/phd-dissertation
synced 2026-03-13 11:08:25 +00:00
Compare commits
6 Commits
363628c1d3
...
3f91ab595e
| Author | SHA1 | Date | |
|---|---|---|---|
| 3f91ab595e | |||
| 333452bed2 | |||
| 51429afdd8 | |||
| e52cc41d40 | |||
| b2eb9334ca | |||
| 754c3b823e |
@@ -531,10 +531,15 @@
|
|||||||
\newcommand{\Control}{\keyw{control}}
|
\newcommand{\Control}{\keyw{control}}
|
||||||
\newcommand{\Prompt}{\#}
|
\newcommand{\Prompt}{\#}
|
||||||
\newcommand{\Controlz}{\ensuremath{\keyw{control_0}}}
|
\newcommand{\Controlz}{\ensuremath{\keyw{control_0}}}
|
||||||
|
\newcommand{\Spawn}{\keyw{spawn}}
|
||||||
\newcommand{\Promptz}{\ensuremath{\#_0}}
|
\newcommand{\Promptz}{\ensuremath{\#_0}}
|
||||||
\newcommand{\Escape}{\keyw{escape}}
|
\newcommand{\Escape}{\keyw{escape}}
|
||||||
\newcommand{\shift}{\keyw{shift}}
|
\newcommand{\shift}{\keyw{shift}}
|
||||||
\newcommand{\shiftz}{\ensuremath{\keyw{shift_0}}}
|
\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{%
|
\def\sigh#1{%
|
||||||
\pmb{\left\langle\vphantom{#1}\right.}%
|
\pmb{\left\langle\vphantom{#1}\right.}%
|
||||||
#1%
|
#1%
|
||||||
|
|||||||
11
thesis.bib
11
thesis.bib
@@ -3750,3 +3750,14 @@
|
|||||||
pages = {131--184},
|
pages = {131--184},
|
||||||
year = 1997
|
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
2229
thesis.tex
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user