1
0
mirror of https://github.com/dhil/phd-dissertation synced 2026-03-13 02:58:26 +00:00

State example with delimited control

This commit is contained in:
2021-05-19 17:49:50 +01:00
parent a609ca4b81
commit 4ece98ba21
2 changed files with 128 additions and 20 deletions

View File

@@ -822,6 +822,18 @@
year = {2012}
}
@inproceedings{VazouL16,
author = {Niki Vazou and
Daan Leijen},
title = {From Monads to Effects and Back},
booktitle = {{PADL}},
series = {{LNCS}},
volume = {9585},
pages = {169--186},
publisher = {Springer},
year = {2016}
}
@inproceedings{PauwelsSM19,
author = {Koen Pauwels and
Tom Schrijvers and
@@ -1517,7 +1529,7 @@
year = {1994}
}
# Simulation of delimited control using undelimited control
# Simulation of delimited control using undelimited control & monadic reflection
@inproceedings{Filinski94,
author = {Andrzej Filinski},
title = {Representing Monads},
@@ -1527,6 +1539,13 @@
year = {1994}
}
@phdthesis{Filinski96,
author = {Andrzej Filinski},
title = {Controlling Effects},
school = {Carnegie Mellon University},
year = {1996}
}
# Landin's J operator
@article{Landin65,
author = {Peter J. Landin},
@@ -3247,4 +3266,4 @@
number = {1},
pages = {1--32},
year = {2003}
}
}