-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsynthesis.bib
2140 lines (1820 loc) · 69.2 KB
/
synthesis.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
% KIDS
@incollection{smith2008generating,
title={Generating programs plus proofs by refinement},
author={Smith, Douglas R},
booktitle={Verified Software: Theories, Tools, Experiments},
pages={182--188},
year={2008},
publisher={Springer}
}
@inproceedings{smith1996toward,
title={Toward practical applications of software synthesis},
author={Smith, Douglas R and Green, Cordell},
booktitle={FMSP’96, The First Workshop on Formal Methods in Software Practice},
pages={31--39},
year={1996},
organization={Citeseer}
}
@article{smith1999mechanizing,
title={Mechanizing the development of software},
author={Smith, Douglas R},
journal={NATO ASI SERIES F COMPUTER AND SYSTEMS SCIENCES},
volume={173},
pages={251--292},
year={1999},
publisher={SPRINGER VERLAG}
}
@inproceedings{Feser:2015,
author = {Feser, John K. and Chaudhuri, Swarat and Dillig, Isil},
title = {Synthesizing Data Structure Transformations from Input-output Examples},
booktitle = {Proceedings of the 36th ACM SIGPLAN Conference on Programming Language Design and Implementation},
series = {PLDI 2015},
year = {2015},
pages = {229--239},
}
@InProceedings{OZ15,
author = {Peter-Michael Osera and Steve Zdancewic},
title = {{Type-and-Example-Directed Program Synthesis}},
booktitle = {Proc. 2015 {ACM} SIGPLAN Conference on Programming Languages Design and Implementation (PLDI)},
year = 2015
}
@inproceedings{schrijvers2009complete,
title={Complete and decidable type inference for GADTs},
author={Schrijvers, Tom and Peyton Jones, Simon and Sulzmann, Martin and Vytiniotis, Dimitrios},
booktitle={ACM Sigplan Notices},
volume={44},
number={9},
pages={341--352},
year={2009},
organization={ACM}
}
@article{middelkoop2010lean,
title={A lean specification for GADTs: system F with first-class equality proofs},
author={Middelkoop, Arie and Dijkstra, Atze and Swierstra, S Doaitse},
journal={Higher-Order and Symbolic Computation},
volume={23},
number={2},
pages={145--166},
year={2010},
publisher={Springer}
}
@Misc{augeas,
title = {Augeas Web Site},
note = {See \url{http://augeas.net/index.html}},
author = {Redhat}
}
@Article{VasconcelosGR06multithreaded,
Title = {Type checking a multithreaded functional language with session types},
Author = {Vasco T. Vasconcelos and Simon J. Gay and Ant{\'o}nio Ravara},
Journal = {Theoretical Computer Science},
Year = {2006},
Number = {1--2},
Pages = {64--87},
Volume = {368}
}
@Article{Girard87,
Title = {Linear logic},
Author = {Girard, Jean-Yves},
Journal = {Theoretical Computer Science},
Year = {1987},
Number = {1},
Pages = {1--101},
Volume = {50},
Doi = {10.1016/0304-3975(87)90045-4},
Publisher = {Elsevier}
}
@InProceedings{CairesP10concur,
Title = {Session Types as Intuitionistic Linear Propositions},
Author = {Lu{\'\i}s Caires and Frank Pfenning},
Booktitle = {Proceedings of the 21st International Conference on Concurrency Theory (CONCUR 2010)},
Year = {2010},
Address = {Paris, France},
Month = aug,
Publisher = {Springer LNCS}
}
@article{wadler2014propositions,
title={Propositions as sessions},
author={Wadler, Philip},
journal={Journal of Functional Programming},
volume={24},
number={2-3},
pages={384--418},
year={2014},
publisher={Cambridge Univ Press}
}
@inproceedings{wadler1998marriage,
author = {Wadler, Philip},
title = {The Marriage of Effects and Monads},
booktitle = {Proceedings of the Third ACM SIGPLAN International Conference on Functional Programming},
series = {ICFP '98},
year = {1998},
isbn = {1-58113-024-4},
location = {Baltimore, Maryland, USA},
pages = {63--74},
numpages = {12},
acmid = {289429},
publisher = {ACM},
address = {New York, NY, USA},
}
@article{moggi1991notions,
title={Notions of computation and monads},
author={Moggi, Eugenio},
journal={Information and computation},
volume={93},
number={1},
pages={55--92},
year={1991},
publisher={Elsevier}
}
@article{leroy2000type,
title={Type-based analysis of uncaught exceptions},
author={Leroy, Xavier and Pessaux, Fran{\c{c}}ois},
journal={ACM Transactions on Programming Languages and Systems (TOPLAS)},
volume={22},
number={2},
pages={340--377},
year={2000},
publisher={ACM}
}
@inproceedings{henglein2011regular,
author = {Henglein, Fritz and Nielsen, Lasse},
title = {Regular Expression Containment: Coinductive Axiomatization and Computational Interpretation},
booktitle = {Proceedings of the 38th Annual ACM SIGPLAN-SIGACT Symposium on Principles of Programming Languages},
series = {POPL '11},
year = {2011},
isbn = {978-1-4503-0490-0},
location = {Austin, Texas, USA},
pages = {385--398},
numpages = {14},
acmid = {1926429},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {axiomatization, coercion, coinduction, computational interpretation, containment, equivalence, regular expression, type},
}
@article{hosoya2003xduce,
title={{XDuce}: A statically typed {XML} processing language},
author={Hosoya, Haruo and Pierce, Benjamin C},
journal={ACM Transactions on Internet Technology (TOIT)},
volume={3},
number={2},
pages={117--148},
year={2003},
publisher={ACM}
}
@article{foster2007combinators,
title={Combinators for bidirectional tree transformations: A linguistic approach to the view-update problem},
author={Foster, J Nathan and Greenwald, Michael B and Moore, Jonathan T and Pierce, Benjamin C and Schmitt, Alan},
journal={ACM Transactions on Programming Languages and Systems (TOPLAS)},
volume={29},
number={3},
pages={17},
year={2007},
publisher={ACM}
}
@inproceedings{bohannon2008boomerang,
author = {Bohannon, Aaron and Foster, J. Nathan and Pierce, Benjamin C. and Pilkiewicz, Alexandre and Schmitt, Alan},
title = {Boomerang: Resourceful Lenses for String Data},
booktitle = {Proceedings of the 35th Annual ACM SIGPLAN-SIGACT Symposium on Principles of Programming Languages},
series = {POPL '08},
year = {2008},
isbn = {978-1-59593-689-9},
location = {San Francisco, California, USA},
pages = {407--419},
numpages = {13},
acmid = {1328487},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {bidirectional languages, lenses, regular string transducers, regular types, view update problem},
}
@article{benzaken2003cduce,
title={CDuce: an XML-centric general-purpose language},
author={Benzaken, V{\'e}ronique and Castagna, Giuseppe and Frisch, Alain},
journal={ACM SIGPLAN Notices},
volume={38},
number={9},
pages={51--63},
year={2003},
publisher={ACM}
}
@Unpublished{osera-15,
author = {Peter-Michael Osera and Steve Zdancewic},
title = {Type-and-Example-Directed Program Synthesis},
note = {in submission},
year = 2015}
@inproceedings{veanes-popl-2014,
title = { Minimization of Symbolic Automata },
author = { Loris D'Antoni and Margus Veanes },
crossref = { popl-2014 },
keywords = { automata }
}
@inproceedings{zhang-popl-2014,
title = { Toward General Diagnosis of Static Errors },
author = { Danfeng Zhang and Andrew C. Myers },
crossref = { popl-2014 },
keywords = { error checking }
}
@inproceedings{chaudhuri-popl-2014,
title = { Bridging Boolean and Quantitative Synthesis Using Smoothed Proof Search },
author = { Swarat Chaudhuri and Martin Clochard and Armando Solar-Lezama },
crossref = { popl-2014 },
keywords = { synthesis }
}
@inproceedings{chen-popl-2014,
title = { Counter-Factual Typing for Debugging Type Errors },
author = { Sheng Chen and Martin Erwig },
crossref = { popl-2014 },
keywords = { error checking }
}
@inproceedings{botincan-popl-2013,
author = { Botin\v{c}an, Matko and Babi\'{c}, Domagoj },
title = { Sigma*: Symbolic Learning of Input-output Specifications },
crossref = { popl-2013 },
keywords = { synthesis }
}
@inproceedings{koksal-popl-2013,
author = { K\"{o}ksal, Ali Sinan and Kuncak, Viktor and Suter, Philippe },
title = { Constraints As Control },
crossref = { popl-2012 },
keywords = { constraint-based programming }
}
@inproceedings{gulwani-popl-2011,
author = { Gulwani, Sumit },
title = { Automating String Processing in Spreadsheets Using Input-output Examples },
booktitle = { Proceedings of the 38th {A}nnual {ACM} {SIGACT-SIGPLAN} {S}ymposium on {P}rinciples of {P}rogramming {L}anguages {(POPL)} },
year = 2011,
keywords = { synthesis }
}
@inproceedings{gupta-popl-2011,
author = { Gupta, Ashutosh and Popeea, Corneliu and Rybalchenko, Andrey },
title = { Predicate Abstraction and Refinement for Verifying Multi-threaded Programs },
crossref = { popl-2011 },
keywords = { synthesis }
}
@inproceedings{ghica-popl-2011,
author = { Ghica, Dan R. and Smith, Alex },
title = { Geometry of Synthesis III: Resource Management Through Type Inference },
crossref = { popl-2011 },
keywords = { synthesis }
}
@inproceedings{tachio-popl-2010,
author = { Terauchi, Tachio },
title = { Dependent Types from Counterexamples },
crossref = { popl-2010 },
keywords = { type inference }
}
@inproceedings{rondon-popl-2010,
author = { Rondon, Patrick Maxim and Kawaguchi, Ming and Jhala, Ranjit },
title = { Low-level Liquid Types },
crossref = { popl-2010 },
keywords = { type inference }
}
@inproceedings{podelski-popl-2010,
author = { Podelski, Andreas and Wies, Thomas },
title = { Counterexample-guided Focus },
crossref = { popl-2010 },
keywords = { program synthesis }
}
@inproceedings{srivastava-popl-2010,
author = { Srivastava, Saurabh and Gulwani, Sumit and Foster, Jeffrey S. },
title = { From Program Verification to Program Synthesis },
crossref = { popl-2010 },
keywords = { program synthesis }
}
@inproceedings{bodik-popl-2010,
author = { Bodik, Rastislav and Chandra, Satish and Galenson, Joel and Kimelman, Doug and Tung, Nicholas and Barman, Shaon and Rodarmor, Casey },
title = { Programming with Angelic Nondeterminism },
crossref = { popl-2010 },
keywords = { program synthesis }
}
@inproceedings{vechev-popl-2010,
author = { Vechev, Martin and Yahav, Eran and Yorsh, Greta },
title = { Abstraction-guided Synthesis of Synchronization },
crossref = { popl-2010 },
keywords = { program synthesis }
}
@inproceedings{condit-popl-2009,
author = { Condit, Jeremy and Hackett, Brian and Lahiri, Shuvendu K. and Qadeer, Shaz },
title = { Unifying Type Checking and Property Checking for Low-level Code },
crossref = { popl-2009 },
keywords = { smt solver }
}
@inproceedings{leijen-popl-2009,
author = { Leijen, Daan },
title = { Flexible Types: Robust Type Inference for First-class Polymorphism },
crossref = { popl-2009 },
keywords = { type inference }
}
@inproceedings{lahiri-popl-2008,
author = { Lahiri, Shuvendu and Qadeer, Shaz },
title = { Back to the Future: Revisiting Precise Program Verification Using SMT Solvers },
crossref = { popl-2008 },
keywords = { smt solvers }
}
@inproceedings{fisher-popl-2008,
author = { Fisher, Kathleen and Walker, David and Zhu, Kenny Q. and White, Peter },
title = { From Dirt to Shovels: Fully Automatic Tool Generation from Ad Hoc Data },
crossref = { popl-2008 },
keywords = { synthesis }
}
@inproceedings{gulwani-popl-2007,
author = { Gulwani, Sumit and Jojic, Nebojsa },
title = { Program Verification As Probabilistic Inference },
crossref = { popl-2007 },
keywords = { program verification }
}
@inproceedings{pottier-popl-2006,
author = { Pottier, Fran\c{c}ois and R{\'e}gis-Gianas, Yann },
title = { Stratified Type Inference for Generalized Algebraic Data Types },
crossref = { popl-2006 },
keywords = { type inference, dependent types }
}
@inproceedings{mckinna-popl-2006,
author = { McKinna, James },
title = { Why Dependent Types Matter },
crossref = { popl-2006 },
keywords = { dependent types }
}
@inproceedings{alur-popl-2005,
author = { Alur, Rajeev and \v{C}ern\'{y}, Pavol and Madhusudan, P. and Nam, Wonhong },
title = { Synthesis of Interface Specifications for Java Classes },
crossref = { popl-2005 },
keywords = { synthesis }
}
@inproceedings{ammons-popl-2002,
author = { Ammons, Glenn and Bod\'{\i}k, Rastislav and Larus, James R. },
title = { Mining Specifications },
crossref = { popl-2002 },
keywords = { synthesis }
}
@inproceedings{odersky-popl-2001,
author = { Odersky, Martin and Zenger, Christoph and Zenger, Matthias },
title = { Colored Local Type Inference },
crossref = { popl-2001 },
keywords = { type inference }
}
@inproceedings{lewis-popl-2000,
author = { Lewis, Jeffrey R. and Launchbury, John and Meijer, Erik and Shields, Mark B. },
title = { Implicit Parameters: Dynamic Scoping with Static Types },
crossref = { popl-2000 },
keywords = { language design, implicits }
}
@inproceedings{norell-icfp-2013,
author = { Norell, Ulf },
title = { Interactive Programming with Dependent Types },
crossref = { icfp-2013 },
keywords = { dependent types }
}
@inproceedings{perera-icfp-2012,
author = { Perera, Roly and Acar, Umut A. and Cheney, James and Levy, Paul Blain },
title = { Functional Programs That Explain Their Work },
crossref = { icfp-2012 },
keywords = { functional programming }
}
@inproceedings{mcbride-icfp-2012,
author = { McBride, Conor Thomas },
title = { Agda-curious?: An Exploration of Programming with Dependent Types },
crossref = { icfp-2012 },
keywords = { dependent types }
}
@inproceedings{myreen-icfp-2012,
author = { Myreen, Magnus O. and Owens, Scott },
title = { Proof-producing Synthesis of ML from Higher-order Logic },
crossref = { icfp-2012 },
keywords = { synthesis }
}
@inproceedings{takeyama-icfp-2011,
author = { Takeyama, Makoto },
title = { Programming Assurance Cases in Agda },
crossref = { icfp-2011 },
keywords = { dependent types }
}
@inproceedings{gonthier-icfp-2011,
author = { Gonthier, Georges and Ziliani, Beta and Nanevski, Aleksandar and Dreyer, Derek },
title = { How to Make Ad Hoc Proof Automation Less Ad Hoc },
crossref = { icfp-2011 },
keywords = { dependent types }
}
@inproceedings{swamy-icfp-2011,
author = { Swamy, Nikhil and Guts, Nataliya and Leijen, Daan and Hicks, Michael },
title = { Lightweight Monadic Programming in ML },
crossref = { icfp-2011 },
keywords = { type inference }
}
@inproceedings{mazurak-icfp-2010,
author = { Mazurak, Karl and Zdancewic, Steve },
title = { Lolliproc: to Concurrency from Classical Linear Logic via Curry-Howard and Control },
crossref = { icfp-2010 },
keywrods = { types, concurrency },
}
@inproceedings{bierman-icfp-2010,
author = { Bierman, Gavin M. and Gordon, Andrew D. and Hri\c{t}cu, C\u{a}t\u{a}lin and Langworthy, David },
title = { Semantic Subtyping with an SMT Solver },
crossref = { icfp-2010 },
keywords = { smt solver }
}
@inproceedings{schrijvers-icfp-2009,
author = { Schrijvers, Tom and Peyton Jones, Simon and Sulzmann, Martin and Vytiniotis, Dimitrios },
title = { Complete and Decidable Type Inference for GADTs },
crossref = { icfp-2009 },
keywords = { type inference }
}
@inproceedings{chlipala-icfp-2009,
author = { Chlipala, Adam and Malecha, Gregory and Morrisett, Greg and Shinnar, Avraham and Wisnesky, Ryan },
title = { Effective Interactive Proofs for Higher-order Imperative Programs },
crossref = { icfp-2009 },
keywords = { dependent types }
}
@inproceedings{jia-icfp-2008,
author = { Jia, Limin and Vaughan, Jeffrey A. and Mazurak, Karl
and Zhao, Jianzhou and Zarko, Luke and Schorr, Joseph
and Zdancewic, Steve },
title = { {AURA}: A Programming Language for Authorization and Audit },
crossref = { icfp-2008 },
keywords = { dependent types, security, information flow},
}
@inproceedings{remy-icfp-2008,
author = { R{\'e}my, Didier and Yakobowski, Boris },
title = { From ML to MLF: Graphic Type Constraints with Efficient Type Inference },
crossref = { icfp-2008 },
keywords = { type inference }
}
@inproceedings{vytiniotis-icfp-2006,
author = { Vytiniotis, Dimitrios and Weirich, Stephanie and Peyton Jones, Simon },
title = { Boxy Types: Inference for Higher-rank Types and Impredicativity },
crossref = { icfp-2006 },
keywords = { type inference }
}
@inproceedings{peytonjones-icfp-2006,
author = { Peyton Jones, Simon and Vytiniotis, Dimitrios and Weirich, Stephanie and Washburn, Geoffrey },
title = { Simple Unification-based Type Inference for GADTs },
crossref = { icfp-2006 },
keywords = { type inference }
}
@inproceedings{pottier-icfp-2005,
author = { Pottier, Fran\c{c}ois },
title = { From ML Type Inference to Stratified Type Inference },
crossref = { icfp-2005 },
keywords = { type inference }
}
@inproceedings{remy-icfp-2005,
author = { R{\'e}my, Didier },
title = { Simple, Partial Type-inference for System F Based on Type-containment },
crossref = { icfp-2005 },
keywords = { type inference }
}
@inproceedings{makholm-icfp-2005,
author = { Makholm, Henning and Wells, J. B. },
title = { Type Inference, Principal Typings, and Let-polymorphism for First-class Mixin Modules },
crossref = { icfp-2005 },
keywords = { type inference }
}
@inproceedings{simonet-icfp-2003,
author = { Simonet, Vincent },
title = { An Extension of HM(X) with Bounded Existential and Universal Data-types },
crossref = { icfp-2003 },
keywords = { type inference }
}
@inproceedings{page-icfp-2003,
author = { Page, Rex L. },
title = { Software is Discrete Mathematics },
crossref = { icfp-2003 },
keywords = { education }
}
@inproceedings{heeren-icfp-2003,
author = { Heeren, Bastiaan and Hage, Jurriaan and Swierstra, S. Doaitse },
title = { Scripting the Type Inference Process },
crossref = { icfp-2003 },
keywords = { type inference }
}
@inproceedings{findler-icfp-2002,
author = { Findler, Robert Bruce and Fellesien, Matthias },
title = { Contracts for Higher-order Functions },
crossref = { icfp-2002 },
keywords = { contracts },
}
@inproceedings{myers-icfp-2002,
author = { Myers, Brad A. },
title = { Towards More Natural Functional Programming Languages },
crossref = { icfp-2002 },
keywords = { hci }
}
@inproceedings{claessen-icfp-2000,
author = { Claessen, Koen and Hughes, John },
title = { QuickCheck: A Lightweight Tool for Random Testing of Haskell Programs },
crossref = { icfp-2000 },
keywords = { testing }
}
@inproceedings{udupa-pldi-2013,
author = { Udupa, Abhishek and Raghavan, Arun and Deshmukh, Jyotirmoy V. and Mador-Haim, Sela and Martin, Milo M.K. and Alur, Rajeev },
title = { TRANSIT: Specifying Protocols with Concolic Snippets },
booktitle = { Proceedings of the 2013 {ACM} {SIGPLAN} {C}onference on {P}rogramming {L}anguage {D}esign and
{I}mplementation {(PLDI)} },
year = 2013,
keywords = { synthesis }
}
@inproceedings{isradisaikul-pldi-2013,
author = { Isradisaikul, Chinawat and Myers, Andrew C. },
title = { Reconciling Exhaustive Pattern Matching with Objects },
crossref = { pldi-2013 },
keywords = { synthesis }
}
@inproceedings{cheung-pldi-2013,
author = { Cheung, Alvin and Solar-Lezama, Armando and Madden, Samuel },
title = { Optimizing Database-backed Applications with Query Synthesis },
crossref = { pldi-2013 },
keywords = { synthesis }
}
@inproceedings{singh-pldi-2013,
author = { Singh, Rishabh and Gulwani, Sumit and Solar-Lezama, Armando },
title = { Automated Feedback Generation for Introductory Programming Assignments },
crossref = { pldi-2013 },
keywords = { synthesis }
}
@inproceedings{gvero-pldi-2013,
author = { Gvero, Tihomir and Kuncak, Viktor and Kuraj, Ivan and Piskac, Ruzica },
title = { Complete Completion Using Types and Weights },
booktitle = { Proceedings of the 2013 {ACM} {SIGPLAN} {C}onference on {P}rogramming {L}anguage {D}esign and
{I}mplementation {(PLDI)} },
year = 2013,
keywords = { synthesis }
}
@inproceedings{burckhardt-pldi-2013,
author = { Burckhardt, Sebastian and Fahndrich, Manuel and de Halleux, Peli and McDirmid, Sean and Moskal, Michal and Tillmann, Nikolai and Kato, Jun },
title = { It's Alive! Continuous Feedback in UI Programming },
crossref = { pldi-2013 },
keywords = { live programming }
}
@inproceedings{grebenshchikov-pldi-2012,
author = { Grebenshchikov, Sergey and Lopes, Nuno P. and Popeea, Corneliu and Rybalchenko, Andrey },
title = { Synthesizing Software Verifiers from Proof Rules },
crossref = { pldi-2012 },
keywords = { synthesis }
}
@inproceedings{hawkins-pldi-2012,
author = { Hawkins, Peter and Aiken, Alex and Fisher, Kathleen and Rinard, Martin and Sagiv, Mooly },
title = { Concurrent Data Representation Synthesis },
crossref = { pldi-2012 },
keywords = { synthesis }
}
@inproceedings{godefroid-pldi-2012,
author = { Godefroid, Patrice and Taly, Ankur },
title = { Automated Synthesis of Symbolic Instruction Encodings from I/O Samples },
crossref = { pldi-2012 },
keywords = { synthesis }
}
@inproceedings{liu-pldi-2012,
author = { Liu, Feng and Nedev, Nayden and Prisadnikov, Nedyalko and Vechev, Martin and Yahav, Eran },
title = { Dynamic Synthesis for Relaxed Memory Models },
crossref = { pldi-2012 },
keywords = { synthesis }
}
@inproceedings{hackett-pldi-2012,
author = { Hackett, Brian and Guo, Shu-yu },
title = { Fast and Precise Hybrid Type Inference for JavaScript },
crossref = { pldi-2012 },
keywords = { type inference }
}
@inproceedings{perelman-pldi-2012,
author = { Perelman, Daniel and Gulwani, Sumit and Ball, Thomas and Grossman, Dan },
title = { Type-directed Completion of Partial Expressions },
crossref = { pldi-2012 },
keywords = { synthesis, code completion }
}
@inproceedings{dillig-pldi-2012,
author = { Dillig, Isil and Dillig, Thomas and Aiken, Alex },
title = { Automated Error Diagnosis Using Abductive Inference },
crossref = { pldi-2012 },
keywords = { synthesis },
}
@inproceedings{oliveira-pldi-2012,
author = { Oliveira, Bruno C.d.S. and Schrijvers, Tom and Choi, Wontae and Lee, Wonchan and Yi, Kwangkeun },
title = { The Implicit Calculus: A New Foundation for Generic Programming },
crossref = { pldi-2012 },
keywords = { implicits, language design },
}
@inproceedings{srivastava-pldi-2011,
author = { Srivastava, Saurabh and Gulwani, Sumit and Chaudhuri, Swarat and Foster, Jeffrey S. },
title = { Path-based Inductive Synthesis for Program Inversion },
crossref = { pldi-2011 },
keywords = { synthesis }
}
@inproceedings{beckman-pldi-2011,
author = { Beckman, Nels E. and Nori, Aditya V. },
title = { Probabilistic, Modular and Scalable Inference of Typestate Specifications },
crossref = { pldi-2011 },
keywords = { synthesis }
}
@inproceedings{harris-pldi-2011,
author = { Harris, William R. and Gulwani, Sumit },
title = { Spreadsheet Table Transformations from Examples },
crossref = { pldi-2011 },
keywords = { synthesis }
}
@inproceedings{meng-pldi-2011,
author = { Meng, Na and Kim, Miryung and McKinley, Kathryn S. },
title = { Systematic Editing: Generating Program Transformations from an Example },
crossref = { pldi-2011 },
keywords = { synthesis }
}
@inproceedings{hawkins-pldi-2011,
author = { Hawkins, Peter and Aiken, Alex and Fisher, Kathleen and Rinard, Martin and Sagiv, Mooly },
title = { Data Representation Synthesis },
crossref = { pldi-2011 },
keywords = { synthesis }
}
@inproceedings{gulwani-pldi-2011a,
author = { Gulwani, Sumit and Korthikanti, Vijay Anand and Tiwari, Ashish },
title = { Synthesizing Geometry Constructions },
crossref = { pldi-2011 },
keywords = { synthesis }
}
@inproceedings{gulwani-pldi-2011,
author = { Gulwani, Sumit and Jha, Susmit and Tiwari, Ashish and Venkatesan, Ramarathnam },
title = { Synthesis of Loop-free Programs },
crossref = { pldi-2011 },
keywords = { synthesis }
}
@inproceedings{tate-pldi-2010,
author = { Tate, Ross and Chen, Juan and Hawblitzel, Chris },
title = { Inferable Object-oriented Typed Assembly Language },
crossref = { pldi-2010 },
keywords = { type inference }
}
@inproceedings{kuncak-pldi-2010,
author = { Kuncak, Viktor and Mayer, Mika\"{e}l and Piskac, Ruzica and Suter, Philippe },
title = { Complete Functional Synthesis },
crossref = { pldi-2010 },
keywords = { synthesis }
}
@inproceedings{zee-pldi-2009,
author = { Zee, Karen and Kuncak, Viktor and Rinard, Martin C. },
title = { An Integrated Proof Language for Imperative Programs },
crossref = { pldi-2009 },
keywords = { proof assistants }
}
@inproceedings{solar-lezama-pldi-2008,
author = { Solar-Lezama, Armando and Jones, Christopher Grant and Bodik, Rastislav },
title = { Sketching Concurrent Data Structures },
crossref = { pldi-2008 },
keywords = { concurrency, sat, sketching, spin, synthesis },
}
@inproceedings{rondon-pldi-2008,
author = { Rondon, Patrick M. and Kawaguci, Ming and Jhala, Ranjit },
title = { Liquid Types },
crossref = { pldi-2008 },
keywords = { type inference, dependent types }
}
@inproceedings{vondincklage-pldi-2008,
author = { von Dincklage, Daniel and Diwan, Amer },
title = { Explaining Failures of Program Analyses },
crossref = { pldi-2008 },
keywords = { error checking },
}
@inproceedings{gulwani-pldi-2008,
author = { Gulwani, Sumit and Srivastava, Saurabh and Venkatesan, Ramarathnam },
title = { Program Analysis As Constraint Solving },
crossref = { pldi-2008 },
keywords = { verification }
}
@inproceedings{lerner-pldi-2007,
author = { Lerner, Benjamin S. and Flower, Matthew and Grossman, Dan and Chambers, Craig },
title = { Searching for Type-error Messages },
crossref = { pldi-2007 },
keywords = { error checking }
}
@inproceedings{dillig-pldi-2007,
author = { Dillig, Isil and Dillig, Thomas and Aiken, Alex },
title = { Static Error Detection Using Semantic Inconsistency Inference },
crossref = { pldi-2007 },
keywords = { error checking }
}
@inproceedings{ha-pldi-2007,
author = { Ha, Jungwoo and Rossbach, Christopher J. and Davis, Jason V. and Roy, Indrajit and Ramadan, Hany E. and Porter, Donald E. and Chen, David L. and Witchel, Emmett },
title = { Improved Error Reporting for Software That Uses Black-box Components },
crossref = { pldi-2007 },
keywords = { error checking }
}
@inproceedings{sridharan-pldi-2007,
author = { Sridharan, Manu and Fink, Stephen J. and Bodik, Rastislav },
title = { Thin Slicing },
crossref = { pldi-2007 },
keywords = { slicing }
}
@inproceedings{ramanathan-pldi-2007,
author = { Ramanathan, Murali Krishna and Grama, Ananth and Jagannathan, Suresh },
title = { Static Specification Inference Using Predicate Mining },
crossref = { pldi-2007 },
keywords = { synthesis }
}
@inproceedings{solar-lezama-pldi-2007,
author = { Solar-Lezama, Armando and Arnold, Gilad and Tancau, Liviu and Bodik, Rastislav and Saraswat, Vijay and Seshia, Sanjit },
title = { Sketching Stencils },
crossref = { pldi-2007 },
keywords = { synthesis }
}
@inproceedings{zhang-pldi-2006,
author = { Zhang, Xiangyu and Gupta, Neelam and Gupta, Rajiv },
title = { Pruning Dynamic Slices with Confidence },
crossref = { pldi-2006 },
keywords = { slicing }
}
@inproceedings{jhala-pldi-2005,
author = { Jhala, Ranjit and Majumdar, Rupak },
title = { Path Slicing },
crossref = { pldi-2005 },
keywords = { slicing },
}
@inproceedings{mandelin-pldi-2005,
author = { Mandelin, David and Xu, Lin and Bod\'{\i}k, Rastislav and Kimelman, Doug },
title = { Jungloid Mining: Helping to Navigate the API Jungle },
crossref = { pldi-2005 },
keywords = { synthesis, code completion }
}
@inproceedings{godefroid-pldi-2005,
author = { Godefroid, Patrice and Klarlund, Nils and Sen, Koushik },
title = { DART: Directed Automated Random Testing },
crossref = { pldi-2005 },
keywords = { testing }
}
@inproceedings{solar-lezama-pldi-2005,
author = { Solar-Lezama, Armando and Rabbah, Rodric and Bod\'{\i}k, Rastislav and Ebcio\u{g}lu, Kemal },
title = {Programming by Sketching for Bit-streaming Programs},
crossref = { pldi-2005 },
keywords = { synthesis }
}
@inproceedings{chin-pldi-2004,
author = { Chin, Wei-Ngan and Craciun, Florin and Qin, Shengchao and Rinard, Martin },
title = { Region Inference for an Object-oriented Language },
crossref = { pldi-2004 },
keywords = { type inference }
}
@inproceedings{raychev-oopsla-2013,
author = { Raychev, Veselin and Sch\"{a}fer, Max and Sridharan, Manu and Vechev, Martin },
title = { Refactoring with Synthesis },
crossref = { oopsla-2013 },
keywords = { synthesis }
}
@inproceedings{kneuss-oopsla-2013,
author = { Kneuss, Etienne and Kuraj, Ivan and Kuncak, Viktor and Suter, Philippe },
title = { Synthesis Modulo Recursive Functions },
crossref = { oopsla-2013 },
keywords = { synthesis }
}
@inproceedings{zhong-oopsla-2013,
author = { Zhong, Hao and Su, Zhendong },
title = { Detecting API Documentation Errors },
crossref = { oopsla-2013 },
keywords = { error checking }
}
@inproceedings{mayer-oopsla-2012,
author = { Mayer, Clemens and Hanenberg, Stefan and Robbes, Romain and Tanter, \'{E}ric and Stefik, Andreas },
title = { An Empirical Study of the Influence of Static Type Systems on the Usability of Undocumented Software },
crossref = { oopsla-2012 },
keywords = { language design }
}
@inproceedings{mishne-oopsla-2012,
author = { Mishne, Alon and Shoham, Sharon and Yahav, Eran },
title = { Typestate-based Semantic Code Search over Partial Programs },
crossref = { oopsla-2012 },
keywords = { code completion }
}
@inproceedings{prountzos-oopsla-2012,
author = { Prountzos, Dimitrios and Manevich, Roman and Pingali, Keshav },
title = { Elixir: A System for Synthesizing Concurrent Graph Programs },
crossref = { oopsla-2012 },
keywords = { synthesis }
}
@inproceedings{leino-oopsla-2012,
author = { Leino, K. Rustan M. and Milicevic, Aleksandar },
title = { Program Extrapolation with Jennisys },
crossref = { oopsla-2012 },
keywords = { synthesis }
}
@inproceedings{chugh-oopsla-2012,
author = { Chugh, Ravi and Herman, David and Jhala, Ranjit },
title = { Dependent Types for JavaScript },
crossref = { oopsla-2012 },
keywords = { dependent types }
}
@inproceedings{yessenov-oopsla-2011,
author = { Yessenov, Kuat and Xu, Zhilei and Solar-Lezama, Armando },
title = { Data-driven Synthesis for Object-oriented Frameworks },
crossref = { oopsla-2011 },
keywords = { synthesis }
}
@inproceedings{pu-oopsla-2011,
author = { Pu, Yewen and Bodik, Rastislav and Srivastava, Saurabh },
title = { Synthesis of First-order Dynamic Programming Algorithms },
crossref = { oopsla-2011 },
keywords = { synthesis }
}
@inproceedings{hanenberg-oopsla-2010,
author = {Hanenberg, Stefan},
title = {An Experiment About Static and Dynamic Type Systems: Doubts About the Positive Impact of Static Type Systems on Development Time},
crossref = { oopsla-2010 },
keywords = { language design }
}
@inproceedings{nguyen-oopsla-2010,
author = { Nguyen, Hoan Anh and Nguyen, Tung Thanh and Wilson,Jr., Gary and Nguyen, Anh Tuan and Kim, Miryung and Nguyen, Tien N. },
title = { A Graph-based Approach to API Usage Adaptation },
crossref = { oopsla-2010 },
keywords = { code completion }
}
@inproceedings{itzhaky-oopsla-2010,
author = { Itzhaky, Shachar and Gulwani, Sumit and Immerman, Neil and Sagiv, Mooly },
title = { A Simple Inductive Synthesis Methodology and Its Applications },
crossref = { oopsla-2010 },
keywords = { synthesis }
}
@inproceedings{bellamy-oopsla-2008,
author = { Bellamy, Ben and Avgustinov, Pavel and de Moor, Oege and Sereni, Damien },
title = { Efficient Local Type Inference },
crossref = { oopsla-2008 },
keywords = { type inference }
}
@inproceedings{greenfieldboyce-oopsla-2007,
author = { Greenfieldboyce, David and Foster, Jeffrey S. },
title = { Type Qualifier Inference for Java },
crossref = { oopsla-2007 },
keywords = { type inference }
}
@inproceedings{mcdirmid-oopsla-2007,
author = { McDirmid, Sean },
title = { Living It Up with a Live Programming Language },
crossref = { oopsla-2007 },
keywords = { live programming }
}
@inproceedings{gasiunas-oopsla-2007,
author = { Gasiunas, Vaidas and Mezini, Mira and Ostermann, Klaus },
title = { Dependent Classes },
crossref = { oopsla-2007 },
keywords = { dependent types }
}
@inproceedings{callau-icse-2013,
author = { Calla\'{u}, Oscar },
title = { Supporting Incremental Programming with Ghosts },
crossref = { icse-2013 },
keywords = { incremental programming }
}
@inproceedings{johnson-icse-2013,
author = { Johnson, Brittany and Song, Yoonki and Murphy-Hill, Emerson and Bowdidge, Robert },
title = { Why Don\&\#039;T Software Developers Use Static Analysis Tools to Find Bugs? },