mirror of
https://github.com/dhil/phd-dissertation
synced 2026-04-28 23:16:32 +01:00
Compare commits
4 Commits
b47c60fe57
...
111b4cb35a
| Author | SHA1 | Date | |
|---|---|---|---|
| 111b4cb35a | |||
| 6f44524750 | |||
| 3438581826 | |||
| 650de85238 |
22
macros.tex
22
macros.tex
@@ -383,16 +383,18 @@
|
|||||||
\newcommand{\conf}{\mathcal{C}}
|
\newcommand{\conf}{\mathcal{C}}
|
||||||
|
|
||||||
% effect sugar
|
% effect sugar
|
||||||
\newcommand{\xcomp}[1]{\sembr{#1}}
|
\newcommand{\inward}[1]{\mathcal{I}\sembr{#1}}
|
||||||
\newcommand{\xval}[1]{\sembr{#1}}
|
\newcommand{\outward}[1]{\mathcal{O}\sembr{#1}}
|
||||||
\newcommand{\xpre}[1]{\sembr{#1}}
|
\newcommand{\xcomp}[1]{\outward{#1}}
|
||||||
\newcommand{\xrow}[1]{\sembr{#1}}
|
\newcommand{\xval}[1]{\outward{#1}}
|
||||||
\newcommand{\xeff}[1]{\sembr{#1}}
|
\newcommand{\xpre}[1]{\outward{#1}}
|
||||||
\newcommand{\pcomp}[1]{\sembr{#1}}
|
\newcommand{\xrow}[1]{\outward{#1}}
|
||||||
\newcommand{\pval}[1]{\sembr{#1}}
|
\newcommand{\xeff}[1]{\outward{#1}}
|
||||||
\newcommand{\ppre}[1]{\sembr{#1}}
|
\newcommand{\pcomp}[1]{\inward{#1}}
|
||||||
\newcommand{\prow}[1]{\sembr{#1}}
|
\newcommand{\pval}[1]{\inward{#1}}
|
||||||
\newcommand{\peff}[1]{\sembr{#1}}
|
\newcommand{\ppre}[1]{\inward{#1}}
|
||||||
|
\newcommand{\prow}[1]{\inward{#1}}
|
||||||
|
\newcommand{\peff}[1]{\inward{#1}}
|
||||||
\newcommand{\eamb}{\ensuremath{E_{\mathsf{amb}}}}
|
\newcommand{\eamb}{\ensuremath{E_{\mathsf{amb}}}}
|
||||||
\newcommand{\trval}[1]{\mathcal{T}\sembr{#1}}
|
\newcommand{\trval}[1]{\mathcal{T}\sembr{#1}}
|
||||||
|
|
||||||
|
|||||||
10
thesis.bib
10
thesis.bib
@@ -279,6 +279,16 @@
|
|||||||
year = {2020}
|
year = {2020}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@article{HillerstromLL20a,
|
||||||
|
author = {Daniel Hillerstr{\"{o}}m and
|
||||||
|
Sam Lindley and
|
||||||
|
John Longley},
|
||||||
|
title = {Effects for Efficiency: Asymptotic Speedup with First-Class Control},
|
||||||
|
journal = {CoRR},
|
||||||
|
volume = {abs/2007.00605},
|
||||||
|
year = {2020}
|
||||||
|
}
|
||||||
|
|
||||||
@phdthesis{McLaughlin20,
|
@phdthesis{McLaughlin20,
|
||||||
author = {Craig McLaughlin},
|
author = {Craig McLaughlin},
|
||||||
title = {Relational Reasoning for Effects and Handlers},
|
title = {Relational Reasoning for Effects and Handlers},
|
||||||
|
|||||||
632
thesis.tex
632
thesis.tex
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user