mirror of
https://github.com/dhil/phd-dissertation
synced 2026-03-13 02:58:26 +00:00
Properly tail-recursive CPS definition.
This commit is contained in:
12
thesis.bib
12
thesis.bib
@@ -579,6 +579,15 @@
|
||||
year = {1992}
|
||||
}
|
||||
|
||||
@phdthesis{Danvy06,
|
||||
author = {Olivier Danvy},
|
||||
school = {Aarhus University},
|
||||
title = {An Analytical Approach to Programs as Data Objects},
|
||||
type = {{DSc} thesis},
|
||||
year = 2006,
|
||||
address = {Aarhus, Denmark}
|
||||
}
|
||||
|
||||
@book{Appel92,
|
||||
author = {Andrew W. Appel},
|
||||
title = {Compiling with Continuations},
|
||||
@@ -874,7 +883,8 @@
|
||||
school = {Universit{\'e} Paris 7},
|
||||
title = {Interpr{\'e}tation fonctionnelle et {\'e}limination des coupures de l'arithm{\'e}tique d'ordre sup{\'e}rieur},
|
||||
type = {PhD thesis},
|
||||
year = 1972
|
||||
year = 1972,
|
||||
address = {Paris, France}
|
||||
}
|
||||
|
||||
@inproceedings{Reynolds74,
|
||||
|
||||
Reference in New Issue
Block a user