add delimited continuations to bib
This commit is contained in:
parent
41c8a92c97
commit
727f968afb
1 changed files with 15 additions and 0 deletions
15
quox.bib
15
quox.bib
|
@ -397,3 +397,18 @@
|
||||||
url = {https://doi.org/10.1145/3591241},
|
url = {https://doi.org/10.1145/3591241},
|
||||||
doi = {10.1145/3591241},
|
doi = {10.1145/3591241},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@inproceedings{delcont-callcc,
|
||||||
|
author = {Martin Gasbichler and Michael Sperber},
|
||||||
|
editor = {Mitchell Wand and Simon L. Peyton Jones},
|
||||||
|
title = {Final shift for \texttt{call/cc}:
|
||||||
|
direct implementation of shift and reset},
|
||||||
|
journaltitle = {Proceedings of the {ACM} on Programming Languages},
|
||||||
|
number = {{ICFP}},
|
||||||
|
pages = {271--282},
|
||||||
|
publisher = {{ACM}},
|
||||||
|
year = {2002},
|
||||||
|
% url = {https://doi.org/10.1145/581478.581504},
|
||||||
|
url = {https://www.cs.tufts.edu/~nr/cs257/archive/mike-sperber/shift-reset-direct.pdf},
|
||||||
|
doi = {10.1145/581478.581504},
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue