1
0
mirror of https://github.com/dhil/phd-dissertation synced 2026-03-13 11:08:25 +00:00

Shallow handlers intro

This commit is contained in:
2021-02-01 16:00:24 +00:00
parent 3fa47f2ae6
commit a4b3053d17
2 changed files with 109 additions and 21 deletions

View File

@@ -1248,6 +1248,14 @@
volume = {33}
}
@book{Church41,
author = {Alonzo Church},
title = {The Calculi of Lambda Conversion. (AM-6) (Annals of Mathematics Studies)},
year = {1941},
publisher = {Princeton University Press},
address = {USA}
}
# Termination analysis.
@article{Walther94,
author = {Christoph Walther},
@@ -2501,4 +2509,11 @@
volume = {108},
pages = {106--142},
year = {1963}
}
# Scott encoding
@unpublished{Scott62,
author = {Dana Scott},
title = {A system of functional abstraction},
note = {Lectures delivered at University of California, Berkeley, California, USA, 1962/63}
}