-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathkoka.bib
367 lines (326 loc) · 11.5 KB
/
koka.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
@inproceedings{Lorenzen:fip,
author = {Lorenzen, Anton and Leijen, Daan and Swierstra, Wouter},
title = {FP$^2$: Fully in-Place Functional Programming},
year = 2023,
booktitle = {Proceedings of the 28th ACM SIGPLAN International Conference on Functional Programming (ICFP'2023)},
series = {ICFP'23},
location = {Seattle, WA, USA},
month = Sep,
note = {See also \cite{Lorenzen:fip-tr}}
}
@techreport{Lorenzen:fip-tr,
author = {Lorenzen, Anton and Leijen, Daan and Swierstra, Wouter},
title = {FP$^2$: Fully in-Place Functional Programming},
year = 2023,
month = may,
institution = {Microsoft Research},
number = {MSR-TR-2023-19},
url = {https://www.microsoft.com/en-us/research/publication/fp2-fully-in-place-functional-programming}
}
@article{Leijen:trmc,
author = {Leijen, Daan and Lorenzen, Anton},
title = {Tail Recursion Modulo Context: An Equational Approach},
year = {2023},
issue_date = {January 2023},
volume = {7},
number = {POPL},
doi = {10.1145/3571233},
journal = {Proc. ACM Program. Lang.},
month = jan,
articleno = 40,
numpages = 30,
note = {See also \cite{Leijen:trmc-tr}}
}
@TechReport{Leijen:trmc-tr,
author = {Leijen, Daan and Lorenzen, Anton},
title = {Tail Recursion Modulo Context -- An Equational Approach},
year = 2022,
month = Jul,
institution = {Microsoft Research},
number = {MSR-TR-2022-18}
}
@article{Boucher:trojan,
title = {Trojan {Source}: {Invisible} {Vulnerabilities}},
author = {Nicholas Boucher and Ross Anderson},
year = {2021},
journal = {Preprint},
eprint = {2111.00169},
archivePrefix = {arXiv},
primaryClass = {cs.CR},
url = {https://arxiv.org/abs/2111.00169}
}
@techreport{Lorenzen:reuse-tr,
author = {Lorenzen, Anton and Leijen, Daan},
title = {Reference Counting with Frame Limited Reuse},
year = 2022,
month = nov,
institution = {Microsoft Research},
number = {MSR-TR-2021-30},
url = {https://www.microsoft.com/en-us/research/publication/reference-counting-with-frame-limited-reuse-extended-version/}
}
@inproceedings{Xie:evp,
author = {Xie, Ningning and Leijen, Daan},
title = {Generized Evidence Passing for Effect Handlers -- Efficient Compilation of Effect Handlers to C},
booktitle = {Proceedings of the 26th ACM SIGPLAN International Conference on Functional Programming (ICFP'2021)},
series = {ICFP '21},
location = {Virtual},
year = 2021,
month = Aug
}
@techreport{Xie:evp-tr,
author = {Xie, Ningning and Leijen, Daan},
title = {Generized Evidence Passing for Effect Handlers -- Efficient Compilation of Effect Handlers to C},
year = 2021,
month = mar,
institution = {Microsoft Research},
number = {MSR-TR-2021-5},
url = {https://www.microsoft.com/en-us/research/publication/generalized-evidence-passing-for-effect-handlers/}
}
@techreport{Reinking:perceus-tr,
author = {Reinking, Alex and Xie, Ningning and de Moura, Leonardo and Leijen, Daan},
title = {{P}erceus: Garbage Free Reference Counting with Reuse},
institution = {Microsoft},
year = 2020,
month = nov,
number = {MSR-TR-2020-42},
url = {https://www.microsoft.com/en-us/research/publication/perceus-garbage-free-reference-counting-with-reuse/}
}
@inproceedings{Reinking:perceus,
author = {Reinking, Alex and Xie, Ningning and de Moura, Leonardo and Leijen, Daan},
title = {Perceus: Garbage Free Reference Counting with Reuse},
year = {2021},
doi = {10.1145/3453483.3454032},
booktitle = {Proceedings of the 42nd ACM SIGPLAN International Conference on Programming Language Design and Implementation},
pages = {96--111},
numpages = {16},
location = {Virtual, Canada},
series = {PLDI 2021}
}
@inproceedings{Xie:evidently,
author = {Xie, Ningning and Brachthäuser, Jonathan and Schuster, Phillip and Hillerström, Daniel and Leijen, Daan},
title = {Effect Handlers, Evidently},
booktitle = {Proceedings of the 25th ACM SIGPLAN International Conference on Functional Programming (ICFP'2020)},
series = {ICFP '20},
location = {Jersey City, NJ},
year = 2020,
month = Aug
}
@inproceedings{Xie:effev,
author = {Xie, Ningning and Leijen, Daan},
title = {Effect Handlers in {H}askell, Evidently},
booktitle = {Proceedings of the 2020 ACM SIGPLAN Symposium on Haskell},
series = {Haskell'20},
location = {Jersey City, NJ},
year = 2020,
month = Aug
}
@MISC{Mcbride:derivative,
author = {McBride, Conor},
title = {The Derivative of a Regular Type is its Type of One-Hole Contexts},
note = {(Extended Abstract)},
url = {http://strictlypositive.org/diff.pdf},
year = {2001}
}
@article{Huet:zipper,
author = {Huet, G{\'{e}}rard P.},
title = {The Zipper},
journal = {Journal of Functional Programming},
volume = {7},
number = {5},
pages = {549--554},
year = {1997}
}
@article{Mateti:morris,
title = "Morris' tree traversal algorithm reconsidered",
journal = "Science of Computer Programming",
volume = "11",
number = "1",
pages = "29--43",
year = 1988,
issn = "0167-6423",
doi = "10.1016/0167-6423(88)90063-9",
author = "Prabhaker Mateti and Ravi Manghirmalani"
}
@article{Okasaki:rbtree,
title={Red-black trees in a functional setting},
volume={9},
doi={10.1017/S0956796899003494},
number={4},
journal={Journal of Functional Programming},
publisher={Cambridge University Press},
author={Okasaki, Chris},
year=1999,
pages={471–477}
}
@inproceedings{guibas1978dichromatic,
title={A dichromatic framework for balanced trees},
author={Guibas, Leo J and Sedgewick, Robert},
booktitle={19th Annual Symposium on Foundations of Computer Science (sfcs 1978)},
pages={8--21},
year={1978},
organization={IEEE}
}
@book{Knuth:aocp1,
author = {Knuth, Donald E.},
title = {The Art of Computer Programming, Volume 1 (3rd Ed.): Fundamental Algorithms},
year = {1997},
isbn = {0201896834},
publisher = {Addison Wesley Longman Publishing Co., Inc.}
}
@article{Morris:tree,
author = "Joseph M. Morris",
title = "Traversing binary trees simply and cheaply",
journal = "Information Processing Letters",
volume = "9",
number = "5",
pages = "197 - 200",
year = "1979",
doi = "https://doi.org/10.1016/0020-0190(79)90068-1"
}
@inproceedings{Wu:hscope,
author = {Wu, Nicolas and Schrijvers, Tom and Hinze, Ralf},
title = {Effect Handlers in Scope},
booktitle = {Proceedings of the 2014 ACM SIGPLAN Symposium on Haskell},
series = {Haskell '14},
year = {2014},
isbn = {978-1-4503-3041-1},
location = {Gothenburg, Sweden},
pages = {1--12},
numpages = {12},
doi = {10.1145/2633357.2633358},
publisher = {ACM},
address = {New York, NY, USA}
}
@inproceedings{Lindley:liberate,
author = "Hillerström, Daniel and Lindley, Sam",
title = "Liberating Effects with Rows and Handlers",
booktitle = {Proceedings of the 1st International Workshop on Type-Driven Development},
series = {{TyDe} 2016},
year = {2016},
location = {Nara, Japan},
pages = {15--27},
numpages = {13},
doi = {10.1145/2976022.2976033},
}
@inproceedings{Leijen:msfp,
author = {Daan Leijen},
booktitle = {Mathematically Structured Functional Programming 2014},
month = Mar,
publisher = {EPTCS},
title = {Koka: Programming with Row Polymorphic Effect Types},
year = 2014,
eprint = "1406.2061",
etype = "arxiv"
}
@techreport{Leijen:algefftr,
author = {Daan Leijen},
title = {Algebraic Effects for Functional Programming},
number = {MSR-TR-2016-29},
institution= {Microsoft Research},
month = Aug,
year = 2016,
url = {https://www.microsoft.com/en-us/research/publication/algebraic-effects-for-functional-programming},
note = "Extended version of \cite{Leijen:algeffpopl}"
}
@book{Okasaki:purefun,
author = "Okasaki, Chris",
title = "Purely Functional Data Structures",
isbn = {9780521663502},
location = {New York},
publisher = {Colombia University},
year = 1999,
month = Jun
}
@inproceedings{Pretnar:handlers,
author = {Plotkin, Gordon D. and Pretnar, Matija},
title = {Handlers of Algebraic Effects},
booktitle = {18th European Symposium on Programming Languages and Systems},
series = {ESOP'09},
location = {York, UK},
month = Mar,
pages = {80--94},
year = 2009,
doi = {10.1007/978-3-642-00590-9_7}
}
@inproceedings{Leijen:algeff,
author = "Daan Leijen",
title = {Type Directed Compilation of Row-typed Algebraic Effects},
booktitle = {Proceedings of the 44th ACM SIGPLAN Symposium on Principles of Programming Languages (POPL'17)},
month = Jan,
year = 2017,
isbn = {978-1-4503-4660-3},
location= {Paris, France},
pages = {486--499},
numpages= {14},
doi = {10.1145/3009837.3009872}
}
@inproceedings{Gunter:mprompt,
author = {Gunter, Carl A. and R\'{e}my, Didier and Riecke, Jon G.},
title = {A Generalization of Exceptions and Control in ML-like Languages},
year = {1995},
isbn = {0897917197},
publisher = {ACM},
doi = {10.1145/224164.224173},
booktitle = {Proceedings of the Seventh International Conference on Functional Programming Languages and Computer Architecture},
pages = {12–23},
numpages = {12},
location = {La Jolla, California, USA},
series = {FPCA ’95}
}
@INPROCEEDINGS{Leijen:scopedlabels,
author = {Daan Leijen},
title = {Extensible records with scoped labels},
booktitle = {Proceedings of the 2005 Symposium on Trends in Functional Programming},
year = {2005},
pages = {297--312}
}
@ARTICLE{Biernacki:care,
author = {Biernacki, Dariusz and Pir\'{o}g, Maciej and Polesiuk, Piotr and Sieczkowski, Filip},
title = {Handle with Care: Relational Interpretation of Algebraic Effects and Handlers},
journal = {Proc. ACM Program. Lang.},
issue_date = {January 2018},
volume = {2},
number = {POPL'17 issue},
month = dec,
year = {2017},
issn = {2475-1421},
pages = {8:1--8:30},
articleno = {8},
numpages = {30},
doi = {10.1145/3158096},
keywords = {algebraic effect, logical relation, row polymorphism}
}
@inproceedings{Lindley:liberate,
author = "Hillerström, Daniel and Lindley, Sam",
title = "Liberating Effects with Rows and Handlers",
booktitle = {Proceedings of the 1st International Workshop on Type-Driven Development},
series = {{TyDe} 2016},
year = {2016},
location = {Nara, Japan},
pages = {15--27},
numpages = {13},
doi = {10.1145/2976022.2976033},
}
@inproceedings{Leijen:fcheap,
author = {Leijen, Daan},
title = {First Class Dynamic Effect Handlers: Or, Polymorphic Heaps with Dynamic Effect Handlers},
year = {2018},
doi = {10.1145/3240719.3241789},
booktitle = {Proceedings of the 3rd ACM SIGPLAN International Workshop on Type-Driven Development},
pages = {51–64},
numpages = {14},
location = {St. Louis, MO, USA},
series = {TyDe 2018}
}
@inproceedings{Leijen:async,
author = {Leijen, Daan},
title = {Structured Asynchrony with Algebraic Effects},
booktitle = {Proceedings of the 2nd ACM SIGPLAN International Workshop on Type-Driven Development},
series = {TyDe 2017},
year = {2017},
isbn = {978-1-4503-5183-6},
location = {Oxford, UK},
pages = {16--29},
numpages = {14},
doi = {10.1145/3122975.3122977}
}