-
Notifications
You must be signed in to change notification settings - Fork 4
/
abcd.bib
2334 lines (2130 loc) · 94.2 KB
/
abcd.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
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
2020
@inproceedings{UsovD20,
author = {Artem Usov and
Ornela Dardha},
title = {{SFJ:} An Implementation of Semantic Featherweight Java},
booktitle = {{COORDINATION}},
series = {LNCS},
volume = {12134},
pages = {153--168},
publisher = {Springer},
year = {2020},
url = {https://doi.org/10.1007/978-3-030-50029-0\_10},
doi = {10.1007/978-3-030-50029-0\_10}
}
@inproceedings{VoineaDG20,
author = {A. Laura Voinea and
Ornela Dardha and
Simon J. Gay},
title = {Typechecking Java Protocols with [St]Mungo},
booktitle = {{FORTE}},
series = {LNCS},
volume = {12136},
pages = {208--224},
publisher = {Springer},
year = {2020},
url = {https://doi.org/10.1007/978-3-030-50086-3\_12},
doi = {10.1007/978-3-030-50086-3\_12}
}
2019
@inproceedings{VoineaDG19,
author = {A. Laura Voinea and
Ornela Dardha and
Simon J. Gay},
title = {Resource Sharing via Capability-Based Multiparty Session Types},
booktitle = {{IFM}},
series = {LNCS},
volume = {11918},
pages = {437--455},
publisher = {Springer},
year = {2019}
}
@article{ForsterKLP19,
author = {Yannick Forster and
Ohad Kammar and
Sam Lindley and
Matija Pretnar},
title = {On the expressive power of user-defined effects: Effect handlers,
monadic reflection, delimited control},
journal = {J. Funct. Program.},
volume = {29},
pages = {e15},
year = {2019}
}
@article{KouzapasPY19,
author = {Dimitrios Kouzapas and
Jorge A. P{\'{e}}rez and
Nobuko Yoshida},
title = {On the relative expressiveness of higher-order session processes},
journal = {Inf. Comput.},
volume = {268},
year = {2019}
}
@article{GraversenPY19,
author = {Eva Graversen and
Iain Phillips and
Nobuko Yoshida},
title = {Towards a categorical representation of reversible event structures},
journal = {J. Log. Algebr. Meth. Program.},
volume = {104},
pages = {16--59},
year = {2019}
}
@article{GhilezanJPSY19,
author = {Silvia Ghilezan and
Svetlana Jaksic and
Jovanka Pantovic and
Alceste Scalas and
Nobuko Yoshida},
title = {Precise subtyping for synchronous multiparty sessions},
journal = {J. Log. Algebr. Meth. Program.},
volume = {104},
pages = {127--173},
year = {2019}
}
@article{ImaiYY19,
author = {Keigo Imai and
Nobuko Yoshida and
Shoji Yuen},
title = {Session-ocaml: {A} session-based library with polarities and lenses},
journal = {Sci. Comput. Program.},
volume = {172},
pages = {135--159},
year = {2019}
}
@article{CogumbreiroHMY19,
author = {Tiago Cogumbreiro and
Raymond Hu and
Francisco Martins and
Nobuko Yoshida},
title = {Dynamic Deadlock Verification for General Barrier Synchronisation},
journal = {{ACM} Trans. Program. Lang. Syst.},
volume = {41},
number = {1},
pages = {1:1--1:38},
year = {2019}
}
@inproceedings{Kokke19,
author = {Wen Kokke},
title = {Rusty Variation: Deadlock-free Sessions with Failure in Rust},
booktitle = {{ICE}},
series = {{EPTCS}},
volume = {304},
pages = {48--60},
year = {2019}
}
@inproceedings{KokkeMW19,
author = {Wen Kokke and
J. Garrett Morris and
Philip Wadler},
title = {Towards Races in Linear Logic},
booktitle = {{COORDINATION}},
series = {Lecture Notes in Computer Science},
volume = {11533},
pages = {37--53},
publisher = {Springer},
year = {2019}
}
@article{SchrijversOWM19,
year = {2019},
publisher = {Cambridge University Press},
author = {Tom Schrijvers and Bruno C. d. S. Oliveira and Philip Wadler and Koar Marntirosian},
title = {{COCHIS}: Stable and coherent implicits},
journal = {Journal of Functional Programming},
volume = {29},
pages = {e3},
}
@article{FowlerLMD19:stwt,
author = {Fowler, Simon and Lindley, Sam and Morris, J. Garrett and Decova,
S\'ara},
title = {Exceptional Asynchronous Session Types: Session Types without Tiers},
journal = {Proc. ACM Program. Lang.},
issue_date = {January 2019},
volume = {3},
number = {POPL},
month = {Jan},
year = {2019},
publisher = {ACM},
address = {New York, NY, USA},
pages = {28:1--28:29},
numpages= {29},
articleno = {28},
publisher = {ACM},
doi={10.1145/3290341}
}
@article{KokkeMP19:bltn,
author = {Kokke, Wen and Montesi, Fabrizio and Peressotti, Marco},
title = {Better Late than Never: A Fully Abstract Semantics for
Classical Processes},
journal = {Proc. ACM Program. Lang.},
issue_date = {January 2019},
volume = {3},
number = {POPL},
month = {Jan},
year = {2019},
publisher = {ACM},
address = {New York, NY, USA},
pages = {24:1--24:29},
numpages= {29},
articleno = {24},
publisher = {ACM},
doi={10.1145/3290337}
}
@article{MorrisM19,
author = {J. Garrett Morris and James McKinna},
title = {Abstracting Extensible Data Types: Or, Rows By Any Other Name},
journal = {Proc. ACM Program. Lang.},
issue_date = {January 2019},
volume = {3},
number = {POPL},
month = {Jan},
year = {2019},
numpages = {28}
articleno = {12},
publisher = {ACM},
address = {New York, NY, USA},
publisher = {ACM},
doi={10.1145/3290325},
}
@inproceedings{CHJNY2019,
author = {David Castro and Raymond Hu and Sung-Shik Jongmans and Nicholas Ng and Nobuko Yoshida},
title = {{Distributed Programming Using Role Parametric Session Types in Go}},
booktitle = {46th ACM SIGPLAN Symposium on Principles of Programming Languages},
pages = {1--30},
publisher = {ACM},
doi = "10.1145/3290342",
year = 2019
}
@article{TY2019,
author = {Bernardo Toninho and Nobuko Yoshida},
title = {{Interconnectability of Session Based Logical Processes}},
journal = {ACM Transactions on Programming Languages and Systems},
pages = {--},
publisher = {ACM},
year = 2019
}
@inproceedings{SY2019,
author = {Alceste Scalas and Nobuko Yoshida},
title = {{Less Is More: Multiparty Session Types Revisited}},
booktitle = {46th ACM SIGPLAN Symposium on Principles of Programming Languages},
pages = {1--29},
publisher = {ACM},
doi = "10.1145/3290343",
year = 2019
}
@inproceedings{CY2019,
author = {Simon Castellan and Nobuko Yoshida},
title = {{Two Sides of the Same Coin: Session Types and Game Semantics}},
booktitle = {46th ACM SIGPLAN Symposium on Principles of Programming Languages},
pages = {1--29},
publisher = {ACM},
doi = "10.1145/3290340",
year = 2019
}
2018
@book{WadlerK18:plfa,
author = {Wadler, Philip and Kokke, Wen},
title = {Programming Language Foundations in {A}gda},
year = 2018
}
@article{WilliamsMW18,
author = {Williams, Jack and Morris, J. Garrett and Wadler, Philip},
title = {The Root Cause of Blame: Contracts for Intersection and Union Types},
journal = {Proc. ACM Program. Lang.},
issue_date = {November 2018},
volume = {2},
number = {OOPSLA},
month = oct,
year = {2018},
issn = {2475-1421},
pages = {134:1--134:29},
articleno = {134},
numpages = {29},
url = {http://doi.acm.org/10.1145/3276504},
doi = {10.1145/3276504},
acmid = {3276504},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {blame, contracts, gradual typing, intersection, union},
}
@inproceedings{Wadler18:plfa-smbf,
author = {Philip Wadler},
title = {Programming Language Foundations in Agda},
booktitle = {{SBMF}},
series = {Lecture Notes in Computer Science},
volume = {11254},
pages = {56--73},
publisher = {Springer},
year = {2018}
}
@inproceedings{HillerstromL18,
author = {Daniel Hillerstr{\"{o}}m and
Sam Lindley},
title = {Shallow Effect Handlers},
booktitle = {{APLAS}},
series = {Lecture Notes in Computer Science},
volume = {11275},
pages = {415--435},
publisher = {Springer},
year = {2018}
}
@inproceedings{kokke2018tlla,
author = {Wen Kokke, Fabrizio Montesi, Marco Peressotti},
title = {Taking Linear Logic Apart},
year = {2018},
month = jul,
url = {https://wenkokke.github.io/pubs/tlla2018.pdf},
booktitle = {Workshop on Linearity \& TLLA at FloC'18},
location = {Oxford, UK},
}
@article{Ardeshir-Larijani:2018:AEC:3293495.3231597,
author = {Ardeshir-Larijani, Ebrahim and Gay, Simon J. and Nagarajan, Rajagopal},
title = {Automated Equivalence Checking of Concurrent Quantum Systems},
journal = {ACM Trans. Comput. Logic},
issue_date = {December 2018},
volume = {19},
number = {4},
month = nov,
year = {2018},
issn = {1529-3785},
pages = {28:1--28:32},
articleno = {28},
numpages = {32},
url = {http://doi.acm.org/10.1145/3231597},
doi = {10.1145/3231597},
acmid = {3231597},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {Quantum information processing, concurrency, equivalence checking, process calculi, programming language semantics},
}
@article{DBLP:journals/mscs/PereraC18,
author = {Roly Perera and
James Cheney},
title = {Proof-relevant {\(\pi\)}-calculus: a constructive account of concurrency
and causality},
journal = {Mathematical Structures in Computer Science},
volume = {28},
number = {9},
pages = {1541--1577},
year = {2018},
url = {https://doi.org/10.1017/S096012951700010X},
doi = {10.1017/S096012951700010X},
timestamp = {Fri, 12 Oct 2018 16:14:07 +0200},
biburl = {https://dblp.org/rec/bib/journals/mscs/PereraC18},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/pacmpl/HornPC18,
author = {Rudi Horn and
Roly Perera and
James Cheney},
title = {Incremental relational lenses},
journal = {{PACMPL}},
volume = {2},
number = {{ICFP}},
pages = {74:1--74:30},
year = {2018},
url = {https://doi.org/10.1145/3236769},
doi = {10.1145/3236769},
timestamp = {Wed, 21 Nov 2018 12:44:28 +0100},
biburl = {https://dblp.org/rec/bib/journals/pacmpl/HornPC18},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{MMPY2018,
author = {Doriana Medic and Claudio Antares Mezzina and Iain Phillips and Nobuko Yoshida},
title = {{A Parametric Framework for Reversible Pi-Calculi}},
booktitle = {Combined 25th International Workshop on Expressiveness in Concurrency and 15th Workshop on Structural Operational Semantics},
series = {Electronic Proceedings in Theoretical Computer Science},
volume = {276},
pages = {87--103},
publisher = {Open Publishing Association},
doi = "10.4204/EPTCS.276.8",
year = 2018
}
@inproceedings{NHYA2018,
author = {Rumyana Neykova and Raymond Hu and Nobuko Yoshida and Fahd Abdeljallal},
title = {{A Session Type Provider: Compile-time API Generation for Distributed Protocols with Interaction Refinements in F#}},
booktitle = {27th International Conference on Compiler Construction},
pages = {128--138},
publisher = {ACM},
doi = "10.1145/3178372.3179495",
year = 2018
}
@inproceedings{VCEHZ2018,
author = {Malte Viering and Tzu-Chun Chen and Patrick Eugster and Raymond Hu and Lukasz Ziarek},
title = {{A Typing Discipline for Statically Verified Crash Failure Handling in Distributed Systems}},
booktitle = {27th European Symposium on Programming},
series = {LNCS},
volume = {10801},
pages = {799--826},
publisher = {Springer},
doi = "10.1007/978-3-319-89884-1_28",
year = 2018
}
@inproceedings{DY2018,
author = {Romain Demangeon and Nobuko Yoshida},
title = {{Causal Computational Complexity of Distributed Processes}},
booktitle = {Thirty-Third Annual ACM/IEEE Symposium on Logic in Computer Science},
pages = {344--353},
publisher = {ACM},
doi = "10.1145/3209108.3209122",
year = 2018
}
@inproceedings{TY2018,
author = {Bernardo Toninho and Nobuko Yoshida},
title = {{Depending On Session Typed Process}},
booktitle = {21st International Conference on Foundations of Software Science and Computation Structures},
series = {LNCS},
volume = {10803},
pages = {128--145},
publisher = {Springer},
doi = "10.1007/978-3-319-89366-2_7",
year = 2018
}
@inproceedings{GPY2018,
author = {Eva Graversen and Iain Phillips and Nobuko Yoshida},
title = {{Event Structure Semantics of (controlled) Reversible CCS}},
booktitle = {10th International Conference on Reversible Computation},
series = {LNCS},
volume = {11106},
pages = {122--102},
publisher = {Springer},
doi = "10.1007/978-3-319-99498-7_7",
year = 2018
}
@article{SY2018,
author = {Alceste Scalas and Nobuko Yoshida},
title = {{Multiparty Session Types, Beyond Duality}},
journal = {Journal of Logical and Algebraic Methods in Programming},
volume = {97},
pages = {55--84},
publisher = {Elsevier},
doi = "10.1016/j.jlamp.2018.01.001",
year = 2018
}
@inproceedings{TY2018,
author = {Bernardo Toninho and Nobuko Yoshida},
title = {{On Polymorphic Sessions And Functions: A Tale of Two (Fully Abstract) Encodings}},
booktitle = {27th European Symposium on Programming},
series = {LNCS},
volume = {10801},
pages = {827--855},
publisher = {Springer},
doi = "10.1007/978-3-319-89884-1_29",
year = 2018
}
@article{KouzapasDPG18,
author = {Dimitrios Kouzapas and
Ornela Dardha and
Roly Perera and
Simon J. Gay},
title = {Typechecking protocols with Mungo and StMungo: {A} session type toolchain
for Java},
journal = {Sci. Comput. Program.},
volume = {155},
pages = {52--75},
year = {2018},
url = {https://doi.org/10.1016/j.scico.2017.10.006},
doi = {10.1016/j.scico.2017.10.006},
timestamp = {Wed, 18 Apr 2018 15:42:42 +0200},
biburl = {https://dblp.org/rec/bib/journals/scp/KouzapasDPG18},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DardhaG18,
author = {Ornela Dardha and
Simon J. Gay},
title = {A New Linear Logic for Deadlock-Free Session-Typed Processes},
booktitle = {Foundations of Software Science and Computation Structures - 21st
International Conference, {FOSSACS} 2018},
pages = {91--109},
series = {Lecture Notes in Computer Science},
volume = {10803},
publisher = {Springer},
year = {2018},
url = {https://doi.org/10.1007/978-3-319-89366-2_5},
doi = {10.1007/978-3-319-89366-2_5},
timestamp = {Sat, 05 May 2018 23:05:33 +0200},
biburl = {https://dblp.org/rec/bib/conf/fossacs/DardhaG18},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{VazouTCSNWJ18,
author = {Niki Vazou and
Anish Tondwalkar and
Vikraman Choudhury and
Ryan G. Scott and
Ryan R. Newton and
Philip Wadler and
Ranjit Jhala},
title = {Refinement reflection: complete verification with {SMT}},
journal = {{PACMPL}},
volume = {2},
number = {{POPL}},
pages = {53:1--53:31},
year = {2018},
}
@inproceedings{LNTY2018,
author = {Julien Lange and Nicholas Ng and Bernardo Toninho and Nobuko Yoshida},
title = {{A Static Verification Framework for Message Passing in Go using Behavioural Types}},
booktitle = {40th International Conference on Software Engineering},
pages = {1137--1148},
publisher = {ACM},
doi = "10.1145/3180155.3180157",
year = 2018
}
2017
@article{Scalas2017,
doi = {10.4204/eptcs.246.7},
url = {https://doi.org/10.4204%2Feptcs.246.7},
year = 2017,
month = {apr},
publisher = {Open Publishing Association},
volume = {246},
pages = {37--38},
author = {Alceste Scalas and Nobuko Yoshida},
title = {Multiparty Session Types, Beyond Duality (Abstract)},
journal = {Electronic Proceedings in Theoretical Computer Science}
}
@article{Graversen2017,
doi = {10.4204/eptcs.246.9},
url = {https://doi.org/10.4204%2Feptcs.246.9},
year = 2017,
month = {apr},
publisher = {Open Publishing Association},
volume = {246},
pages = {49--60},
author = {Eva Graversen and Iain Phillips and Nobuko Yoshida},
title = {Towards a Categorical Representation of Reversible Event Structures},
journal = {Electronic Proceedings in Theoretical Computer Science}
}
@incollection{Gay2017,
doi = {10.13052/rp-9788793519817},
url = {https://doi.org/10.13052%2Frp-9788793519817},
year = 2017,
publisher = {River Publisher},
pages = {1--412},
author = {Simon Gay and Ant{\'{o}}nio Ravara},
title = {Behavioural Types: from Theory to Tools},
booktitle = {Behavioural Types: from Theory to Tools}
}
@InProceedings{Williams2017,
author = {Jack Williams and J. Garrett Morris and Philip Wadler and Jakub Zalewski},
title = {{Mixed Messages: Measuring Conformance and Non-Interference in TypeScript}},
booktitle = {31st European Conference on Object-Oriented Programming (ECOOP 2017)},
pages = {28:1--28:29},
series = {Leibniz International Proceedings in Informatics (LIPIcs)},
ISBN = {978-3-95977-035-4},
ISSN = {1868-8969},
year = {2017},
volume = {74},
editor = {Peter M{\"u}ller},
publisher = {Schloss Dagstuhl--Leibniz-Zentrum fuer Informatik},
address = {Dagstuhl, Germany},
URL = {http://drops.dagstuhl.de/opus/volltexte/2017/7264},
URN = {urn:nbn:de:0030-drops-72640},
doi = {10.4230/LIPIcs.ECOOP.2017.28},
annote = {Keywords: Gradual Typing, TypeScript, JavaScript, Proxies}
}
@MastersThesis{Kokke2017,
author = {Wen Kokke},
title = {{R}aces in {C}lassical {L}inear {L}ogic},
school = {University of Edinburgh},
address = {UK},
year = {2017}
}
@inproceedings{Bottu2017,
author = {Bottu, Gert-Jan and Karachalias, Georgios and Schrijvers, Tom and Oliveira, Bruno C. d. S. and Wadler, Philip},
title = {{Q}uantified {C}lass {C}onstraints},
booktitle = {Proceedings of the 10th ACM SIGPLAN International Symposium on Haskell},
series = {Haskell 2017},
year = {2017},
isbn = {978-1-4503-5182-9},
location = {Oxford, UK},
pages = {148--161},
numpages = {14},
url = {http://doi.acm.org/10.1145/3122955.3122967},
doi = {10.1145/3122955.3122967},
publisher = {ACM},
address = {New York, NY, USA},
}
@article{Wadler2017,
author = {Philip Wadler},
title = {{A}bstract {D}ata {T}ypes without the {T}ypes},
journal = {Journal of Universal Computer Science},
year = {2017},
volume = {23},
number = {1},
pages = {5--20},
}
@article{Ahmed2017,
author = {Ahmed, Amal and Jamner, Dustin and Siek, Jeremy G. and Wadler, Philip},
title = {Theorems for Free for Free: Parametricity, with and Without Types},
journal ={Proceedings of the ACM on Programming Languages},
volume = {1},
number = {ICFP},
month = aug,
year = {2017},
pages = {39:1--39:28},
numpages = {28},
doi = {10.1145/3110283},
publisher = {ACM},
address = {New York, NY, USA}
}
@article{IgarashiTVW17,
author = {Atsushi Igarashi and
Peter Thiemann and
Vasco T. Vasconcelos and
Philip Wadler},
title = {Gradual session types},
journal = {{PACMPL}},
volume = {1},
number = {{ICFP}},
pages = {38:1--38:28},
year = {2017},
url = {http://doi.acm.org/10.1145/3110282},
doi = {10.1145/3110282},
timestamp = {Tue, 12 Sep 2017 16:16:51 +0200},
biburl = {http://dblp.org/rec/bib/journals/pacmpl/IgarashiTVW17},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@inproceedings{SY2017,
author = {Alceste Scalas and Nobuko Yoshida},
title = {{Multiparty Session Types, Beyond Duality}},
booktitle = {10th International Workshop on Programming Language Approaches to Concurrency- and Communication-cEntric Software},
series = {EPTCS},
volume = {246},
pages = {37--38},
publisher = {Open Publishing Association},
year = 2017
}
@inproceedings{GPY2017,
author = {Eva Graversen and Iain Phillips and Nobuko Yoshida},
title = {{Towards a Categorical Representation of Reversible Event Structures}},
booktitle = {10th International Workshop on Programming Language Approaches to Concurrency- and Communication-cEntric Software},
series = {EPTCS},
volume = {246},
pages = {49--60},
publisher = {Open Publishing Association},
year = 2017
}
@article{C2017,
author = {Simon Castellan},
title = {{Concurrent Structures in Game Semantics}},
journal = {The Concurrency Column, EATCS Bulletin},
issue = {123},
pages = {1--31},
year = 2017
}
@misc{KouzapasGVG,
author = {Dimitrios Kouzapas and
Ramunas Gutkovas and
A. Laura Voinea and
Simon J. Gay},
title = {A {S}ession {T}ype {S}ystem for {A}synchronous {U}nreliable {B}roadcast {C}ommunication},
howpublished = {Submitted to {FoSSaCS 2018}}
}
@misc{KouzapasGP,
author = {Dimitrios Kouzapas and
Simon J. Gay and
Anna Philippou},
title = {Non-deterministic {M}ultiparty {S}ession {T}ypes},
howpublished = {Submitted to {FoSSaCS 2018}}
}
@book{Gay2017,
editor = {Simon J. Gay and Antonio Ravara},
title = {Behavioural Types: from Theory to Tools},
publisher = {River Publishers},
year = {2017}
}
@article{Dardha2017a,
author = {Ornela Dardha and Daniele Gorla and Daniele Varacca},
title = {Semantic Subtyping for Objects and Classes},
journal = {Comput. J.},
volume = {60},
number = {5},
pages = {636--656},
year = {2017},
url = {https://doi.org/10.1093/comjnl/bxw080},
doi = {10.1093/comjnl/bxw080},
timestamp = {Fri, 15 Sep 2017 17:21:44 +0200},
biburl = {http://dblp.org/rec/bib/journals/cj/DardhaGV17},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@article{Dardha2017b,
author = {Ornela Dardha and Elena Giachino and Davide Sangiorgi},
title = {Session types revisited},
journal = {Inf. Comput.},
volume = {256},
pages = {253--286},
year = {2017},
url = {https://doi.org/10.1016/j.ic.2017.06.002},
doi = {10.1016/j.ic.2017.06.002},
timestamp = {Fri, 06 Oct 2017 16:39:39 +0200},
biburl = {http://dblp.org/rec/bib/journals/iandc/DardhaGS17},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@article{Scalas2017a,
author = {Alceste Scalas and Ornela Dardha and Raymond Hu and Nobuko Yoshida},
title = {A Linear Decomposition of Multiparty Sessions for Safe Distributed
Programming (Artifact)},
journal = {{DARTS}},
volume = {3},
number = {2},
pages = {03:1--03:2},
year = {2017},
url = {https://doi.org/10.4230/DARTS.3.2.3},
doi = {10.4230/DARTS.3.2.3},
timestamp = {Mon, 03 Jul 2017 18:25:14 +0200},
biburl = {http://dblp.org/rec/bib/journals/darts/ScalasDHY17},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@inproceedings{Scalas2017b,
author = {Alceste Scalas and Ornela Dardha and Raymond Hu and Nobuko Yoshida},
title = {A Linear Decomposition of Multiparty Sessions for Safe Distributed Programming},
booktitle = {31st European Conference on Object-Oriented Programming, {ECOOP} 2017},
pages = {24:1--24:31},
year = {2017},
series = {LIPIcs},
volume = {74},
publisher = {Schloss Dagstuhl - Leibniz-Zentrum fuer Informatik},
url = {https://doi.org/10.4230/LIPIcs.ECOOP.2017.24},
doi = {10.4230/LIPIcs.ECOOP.2017.24},
timestamp = {Tue, 27 Jun 2017 10:42:55 +0200},
biburl = {http://dblp.org/rec/bib/conf/ecoop/ScalasDHY17},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@inproceedings{Fu2017,
author = {Weili Fu and Roly Perera and Paul Anderson and James Cheney},
title = {muPuppet: {A} Declarative Subset of the Puppet Configuration Language},
booktitle = {31st European Conference on Object-Oriented Programming, {ECOOP} 2017, June 19-23, 2017, Barcelona, Spain},
pages = {12:1--12:27},
year = {2017},
series = {LIPIcs},
volume = {74},
publisher = {Schloss Dagstuhl - Leibniz-Zentrum fuer Informatik},
url = {https://doi.org/10.4230/LIPIcs.ECOOP.2017.12},
doi = {10.4230/LIPIcs.ECOOP.2017.12},
timestamp = {Tue, 27 Jun 2017 10:42:55 +0200},
biburl = {http://dblp.org/rec/bib/conf/ecoop/FuPAC17},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@article{Perera2017,
month = {May},
title = {Proof-relevant {\ensuremath{\pi}}-calculus: a constructive account of concurrency and causality},
author = {Roly Perera and James Cheney},
publisher = {Cambridge University Press},
year = {2017},
journal = {Mathematical Structures in Computer Science},
doi = {10.1017/S096012951700010X}
}
@article{Ricciotti2017,
volume = {1},
number = {ICFP},
month = {September},
author = {Wilmer Ricciotti and Jan Stolarek and Roly Perera and James Cheney},
booktitle = {22nd ACM SIGPLAN International Conference on Functional Programming (ICFP 2017)},
title = {Imperative functional programs that explain their work},
publisher = {ACM},
year = {2017},
journal = {Proceedings of the ACM on Programming Languages},
doi = {10.1145/3110258}
}
@incollection{Dardha2017c,
month = {June},
author = {Ornela Dardha and Simon J. Gay and Dimitrios Kouzapas and Roly Perera and A. Laura Voinea and Florian Weber},
series = {River Publishers Series in Automation, Control and Robotics},
booktitle = {Behavioural Types: from Theory to Tools},
editor = {Simon Gay and Antonio Ravara},
title = {Mungo and StMungo: tools for typechecking protocols in Java},
publisher = {River Publishers},
year = {2017},
pages = {309--328},
}
@incollection{Neykova2017,
author = {{Rumyana Neykova and Nobuko Yoshida}},
title = {{How to Verify Your Python Conversations}},
booktitle = {{Behavioural Types: from Theory to Tools}},
publisher = {{River Publishers}},
year = {2017},
pages = {77--98},
chapter = 4,
editor = {{Simon Gay and Antonio Ravara}},
}
@incollection{Lange2017,
author = {{Julien Lange and Emilio Tuosto and Nobuko Yoshida}},
title = {{A Tool for Choreography-Based Analysis of Message-Passing Software}},
booktitle = {{Behavioural Types: from Theory to Tools}},
publisher = {{River Publishers}},
year = {2017},
pages = {125--146},
chapter = 6,
editor = {{Simon Gay and Antonio Ravara}},
}
@incollection{Orchard2017,
author = {{Dominic Orchard and Nobuko Yoshida}},
title = {{Session Types with Linearity in Haskell}},
booktitle = {{Behavioural Types: from Theory to Tools}},
publisher = {{River Publishers}},
year = {2017},
pages = {219--242},
chapter = 10,
editor = {{Simon Gay and Antonio Ravara}},
}
@incollection{Hu2017,
author = {{Raymond Hu}},
title = {{Distributed Programming Using Java APIs Generated from Session Types}},
booktitle = {{Behavioural Types: from Theory to Tools}},
publisher = {{River Publishers}},
year = {2017},
pages = {287--308},
chapter = 13,
editor = {{Simon Gay and Antonio Ravara}},
}
@incollection{Ng2017,
author = {{Nicholas Ng and Nobuko Yoshida}},
title = {{Protocol-Driven MPI Program Generation}},
booktitle = {{Behavioural Types: from Theory to Tools}},
publisher = {{River Publishers}},
year = {2017},
pages = {329--352},
chapter = 15,
editor = {{Simon Gay and Antonio Ravara}},
}
@incollection{Vasconcelos2017,
author = {{Vasco T. Vasconcelos and Francisco Martins and Eduardo R.B. Marques and Nobuko Yoshida and Nicholas Ng}},
title = {{Deductive Verification of MPI Protocols}},
booktitle = {{Behavioural Types: from Theory to Tools}},
publisher = {{River Publishers}},
year = {2017},
pages = {353--372},
chapter = 16,
editor = {{Simon Gay and Antonio Ravara}},
}
@article{Chen2017,
TITLE = {{On the Preciseness of Subtyping in Session Types}},
AUTHOR = {Chen, Tzu-chun and Dezani-Ciancaglini, Mariangiola and Scalas, Alceste and Yoshida, Nobuko},
URL = {http://lmcs.episciences.org/3752},
DOI = {10.23638/LMCS-13(2:12)2017},
JOURNAL = {{Logical Methods in Computer Science}},
VOLUME = {{Volume 13, Issue 2}},
YEAR = {2017},
MONTH = {Jun},
}
@InProceedings{Imai2017,
author ={Imai, Keigo and Yoshida, Nobuko and Yuen, Shoji},
title ={Session-ocaml: A Session-Based Library with Polarities and Lenses},
editor ={Jacquet, Jean-Marie and Massink, Mieke},
bookTitle ={Coordination Models and Languages: 19th IFIP WG 6.1 International Conference, COORDINATION 2017, Held as Part of the 12th International Federated Conference on Distributed Computing Techniques, DisCoTec 2017, Neuch{\^a}tel, Switzerland, June 19-22, 2017, Proceedings},
year ={2017},
publisher ={Springer International Publishing},
pages ={99--118},
isbn ={978-3-319-59746-1},
doi ={10.1007/978-3-319-59746-1_6},
url ={https://doi.org/10.1007/978-3-319-59746-1_6}
}
@article{Toninho2017,
author = {Bernardo Toninho and Nobuko Yoshida},
title = {Certifying data in multiparty session types},
journal = {Journal of Logical and Algebraic Methods in Programming},
volume = {90},
number = {},
pages = {61 - 83},
year = {2017},
note = {},
issn = {2352-2208},
doi = "10.1016/j.jlamp.2016.11.005",
url = "http://www.sciencedirect.com/science/article/pii/S2352220816300864",
}
@Article{Neykova2017a,
author ={Neykova, Rumyana and Bocchi, Laura and Yoshida, Nobuko},
title ={Timed runtime monitoring for multiparty conversations},
journal ={Formal Aspects of Computing},
year ={2017},
month ={Sep},
day ={01},
volume ={29},
number ={5},
pages ={877--910},
issn ={1433-299X},
doi ={10.1007/s00165-017-0420-8},
url ={https://doi.org/10.1007/s00165-017-0420-8}
}
@article{BOCCHI201733,
author = {Laura Bocchi and Tzu-Chun Chen and Romain Demangeon and Kohei Honda and Nobuko Yoshida},
title = {Monitoring networks through multiparty session types},
journal = {Theoretical Computer Science},
volume = {669},
number = {},
pages = {33 - 58},
year = {2017},
issn = {0304-3975},
doi = {10.1016/j.tcs.2017.02.009},
url = {http://www.sciencedirect.com/science/article/pii/S0304397517301263},
}
@inproceedings{HillerstromLAK17,
author = {Daniel Hillerstr\"om and Sam Lindley and Robert Atkey and KC Sivaramakrishnan},
title = {Continuation Passing Style for Effect Handlers},
booktitle = {{FSCD}},
series = {LIPIcs},
volume = {84},
articleno = {18},
publisher = {Schloss Dagstuhl - Leibniz-Zentrum fuer Informatik},
year = {2017}
}
@article{KammarLP17,
author = {Yannick Forster and
Ohad Kammar and
Sam Lindley and
Matija Pretnar},
title = {On the expressive power of user-defined effects: effect handlers,
monadic reflection, delimited control},
journal = {{PACMPL}},
volume = {1},
number = {{ICFP}},
pages = {13:1--13:29},
year = {2017}
}
Simon Fowler, Sam Lindley, and Philip Wadler. Mixing metaphors: actors as channels and channels as actors. ECOOP 2017.
@inproceedings{FowlerLW17,
author = {Simon Fowler and
Sam Lindley and
Philip Wadler},
title = {Mixing Metaphors: Actors as Channels and Channels as Actors},
booktitle = {{ECOOP}},
series = {LIPIcs},
volume = {74},
pages = {11:1--11:28},
publisher = {Schloss Dagstuhl - Leibniz-Zentrum fuer Informatik},
year = {2017}
}
Sam Lindley and Garrett Morris. Lightweight functional session types. BETTY book 2017.
@incollection{LindleyM17,
author = {Sam Lindley and J. Garrett Morris},
editor = {Simon Gay and Antonio Ravara},
booktitle = {Behavioural Types: from Theory to Tools},
title = {Lightweight functional session types},
publisher = {River publishers},
year = {2017},
pages = {265--286},
chapter = 12,
}
Sam Lindley, Conor McBride, and Craig McLaughlin. Do be do be do. POPL 2017.
@inproceedings{LindleyMM17,
doi = {10.1145/3009837.3009897},
url = {https://dx.doi.org/10.1145/3009837.3009897},
year = {2017},
publisher = {Association for Computing Machinery ({ACM})},