-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathproof-engineering.bib
10662 lines (9875 loc) · 316 KB
/
proof-engineering.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
@incollection{Wenzel2015,
author = {Wenzel, Makarius},
title = {Interactive Theorem Proving from the perspective of {Isabelle/Isar}},
editor = {Woltzenlogel Paleo, Bruno and Delahaye, David},
booktitle = {All about Proofs, Proofs for All},
publisher = {College Publications},
address = {London, UK},
year = {2015},
volume = {55},
series = {Mathematical Logic and Foundations},
keywords = {foundations, proof-development}
}
@InProceedings{Gordon1993b,
author="Gordon, Andrew D.",
SKIPeditor="Joyce, Jeffrey J.
and Seger, Carl-Johan H.",
title="A mechanisation of name-carrying syntax up to alpha-conversion",
booktitle="Higher Order Logic Theorem Proving and Its Applications",
year="1994",
publisher="Springer",
address="Berlin, Heidelberg",
pages="413--425",
isbn="978-3-540-48346-5",
doi = "10.1007/3-540-57826-9_152",
keywords = {applications, proof-organization},
}
@book{Filman2004,
author = {Filman, Robert and Elrad, Tzilla and Clarke, Siobh\'{a}n and Ak\c{s}it, Mehmet},
title = {Aspect-oriented Software Development},
year = {2004},
isbn = {0321219767},
edition = {First},
publisher = {Addison-Wesley Professional},
}
@book{Anderson2014,
author = {Anderson, Thomas and Dahlin, Michael},
title = {Operating Systems: Principles and Practice},
year = {2014},
isbn = {0985673524, 9780985673529},
edition = {2nd},
publisher = {Recursive books},
}
@book{cooper2011engineering,
title={Engineering a compiler},
author={Cooper, Keith and Torczon, Linda},
year={2011},
publisher={Elsevier},
doi={10.1016/C2009-0-27982-7},
}
@book{Cachin2011,
author = {Cachin, Christian and Guerraoui, Rachid and Rodrigues, Lus},
title = {Introduction to Reliable and Secure Distributed Programming},
year = {2011},
isbn = {3642152597, 9783642152597},
edition = {2nd},
publisher = {Springer},
doi = {10.1007/978-3-642-15260-3},
}
@misc{coq-critical,
author={{Coq Development Team}},
title={Preliminary compilation of critical bugs in stable releases of {Coq}},
url={http://github.com/coq/coq/blob/master/dev/doc/critical-bugs},
year={2018-2019},
accessed={June 26th, 2019}
}
@misc{se-canon,
author={Shaw, Mary and Aldrich, Jonathan and Breaux, Travis D. and Garlan, David and K\"{a}stner, Christian and Le Goues, Claire and Scherlis, William L.},
title={Seminal Papers in Software Engineering: The Carnegie Mellon Canonical Collection},
url={http://reports-archive.adm.cs.cmu.edu/anon/isr2015/CMU-ISR-15-107.pdf},
year={2015},
accessed={July 2nd, 2019}
}
@misc{pumpkin-git,
title={PUMPKIN-git},
author={Ringer, Talia and Yazdani, Nathaniel},
url={http://github.com/uwplse/PUMPKIN-git},
year={2018},
accessed={February 3rd, 2019}
}
@misc{coq-classroom,
title={CoqInTheClassroom},
author={{Coq Development Team}},
url={http://github.com/coq/coq/wiki/CoqInTheClassroom},
year={2017-2019},
accessed={June 26th, 2019}
}
@misc{popl-time,
title={Most Influential POPL Paper Award},
author={{ACM SIGPLAN}},
url={http://www.sigplan.org/Awards/POPL},
year={2016},
accessed={June 12th, 2019}
}
@misc{mechanized-sml,
title={The Mechanization of Standard ML},
author={Crary, Karl and Harper, Robert},
url={http://github.com/SMLFamily/The-Mechanization-of-Standard-ML},
year={2014},
accessed={June 17th, 2019}
}
@misc{pfenning2010curry,
title={Lecture Notes on Proofs as Programs: Lecture 2},
author={Pfenning, Frank},
url={http://www.cs.cmu.edu/~fp/courses/15816-s10/lectures/02-pap.pdf},
year={2010},
accessed={June 30th, 2019}
}
@book{sorensen2006lectures,
title={Lectures on the Curry-Howard isomorphism},
author={S{\o}rensen, Morten Heine and Urzyczyn, Pawel},
volume={149},
year={2006},
publisher={Elsevier},
isbn={978-0-444-52077-7},
}
@article{debruijn1972,
title = "Lambda calculus notation with nameless dummies, a tool for automatic formula manipulation, with application to the {Church-Rosser} theorem",
journal = "Indagationes Mathematicae (Proceedings)",
volume = "75",
number = "5",
pages = "381--392",
year = "1972",
issn = "1385-7258",
doi = "10.1016/1385-7258(72)90034-0",
SKIPurl = "http://www.sciencedirect.com/science/article/pii/1385725872900340",
author = "de Bruijn, N. G.",
keywords = {applications, proof-organization}
}
@misc{agda-prelude,
title={agda-prelude},
author={Norell, Ulf},
url={http://github.com/UlfNorell/agda-prelude},
year={2015-2019},
accessed={February 9th, 2019}
}
@article{Monperrus2018,
author = {Monperrus, Martin},
title = {Automatic Software Repair: A Bibliography},
journal = {ACM Comput. Surv.},
issue_date = {April 2018},
volume = {51},
number = {1},
month = jan,
year = {2018},
issn = {0360-0300},
pages = {17:1--17:24},
articleno = {17},
numpages = {24},
SKIPurl = {http://doi.acm.org/10.1145/3105906},
doi = {10.1145/3105906},
acmid = {3105906},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {Program repair, self-healing software},
}
@phdthesis{robert2018,
title={Front-end tooling for building and maintaining dependently-typed functional programs},
author={Robert, Valentin},
year={2018},
school={UC San Diego}
}
@InProceedings{Bundy1998,
author="Bundy, Alan",
SKIPeditor="Lusk, Ewing
and Overbeek, Ross",
title="The use of explicit plans to guide inductive proofs",
booktitle="9th International Conference on Automated Deduction",
year="1988",
publisher="Springer",
address="Berlin, Heidelberg",
pages="111--120",
isbn="978-3-540-39216-3",
doi="10.1007/BFb0012826",
}
@phdthesis{dietrich2011,
title={Assertion level proof planning with compiled strategies},
author={Dietrich, Dominik},
year={2011},
institution = {Universit\"at des Saarlandes},
}
@phdthesis{opdyke1992,
title={Refactoring: A program restructuring aid in designing object-oriented application frameworks},
author={Opdyke, William F},
year={1992},
institution={University of Illinois at Urbana-Champaign}
}
@book{de1998data,
title={Data refinement: model-oriented proof methods and their comparison},
author={De Roever, Willem-Paul and Engelhardt, Kai and Buth, Karl-Heinz},
volume={47},
year={1998},
publisher={Cambridge University Press}
}
@inproceedings{Elphinstone2013,
author = {Elphinstone, Kevin and Heiser, Gernot},
title = {From L3 to seL4 What Have We Learnt in 20 Years of L4 Microkernels?},
booktitle = {Proceedings of the Twenty-Fourth ACM Symposium on Operating Systems Principles},
series = {SOSP '13},
year = {2013},
isbn = {978-1-4503-2388-8},
location = {Farminton, Pennsylvania},
pages = {133--150},
numpages = {18},
SKIPurl = {http://doi.acm.org/10.1145/2517349.2522720},
doi = {10.1145/2517349.2522720},
acmid = {2522720},
publisher = {ACM},
address = {New York, NY, USA},
}
@article{MouraAKR15,
author = {Leonardo de Moura and
Jeremy Avigad and
Soonho Kong and
Cody Roux},
title = {Elaboration in Dependent Type Theory},
journal = {CoRR},
volume = {abs/1505.04324},
year = {2015},
SKIPurl = {http://arxiv.org/abs/1505.04324},
archivePrefix = {arXiv},
eprint = {1505.04324},
timestamp = {Mon, 13 Aug 2018 16:48:06 +0200},
biburl = {https://dblp.org/rec/bib/journals/corr/MouraAKR15},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{Qi2015,
author = {Qi, Zichao and Long, Fan and Achour, Sara and Rinard, Martin},
title = {An Analysis of Patch Plausibility and Correctness for Generate-and-validate Patch Generation Systems},
booktitle = {Proceedings of the 2015 International Symposium on Software Testing and Analysis},
series = {ISSTA 2015},
year = {2015},
isbn = {978-1-4503-3620-8},
location = {Baltimore, MD, USA},
pages = {24--36},
numpages = {13},
SKIPurl = {http://doi.acm.org/10.1145/2771783.2771791},
doi = {10.1145/2771783.2771791},
acmid = {2771791},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {Automatic Repair, Function Elimination, Patch Analysis},
}
@misc{emacs,
title={{GNU} Emacs},
author={{GNU Project}},
year={1985-2019},
url={http://www.gnu.org/software/emacs/},
accessed={June 24th, 2019},
keywords = {proof-development}
}
@misc{atom,
title={Atom},
author={{GitHub}},
year={2014-2019},
url={http://atom.io/},
accessed={June 24th, 2019},
keywords={proof-development}
}
@misc{vscode,
title={{Visual Studio}},
author={Microsoft},
year={1997-2019},
url={http://visualstudio.microsoft.com/},
accessed={June 24th, 2019}
}
@misc{intellij,
title={{IntelliJ IDEA}},
author={{JetBrains}},
year={2001-2019},
url={http://www.jetbrains.com/idea/},
accessed={June 24th, 2019}
}
@misc{eclipse,
title={Eclipse},
author={{Eclipse Foundation}},
year={2001-2019},
url={http://www.eclipse.org/ide/},
accessed={June 24th, 2019}
}
@misc{isamode,
title={Isamode},
author={Aspinall, David},
year={2000},
url={https://homepages.inf.ed.ac.uk/da/Isamode/doc/Isamode_toc.html},
accessed={February 7th, 2019}
}
@misc{lean-tutorial,
title={Theorem Proving in Lean},
author={{Lean Development Team}},
year={2014-2017},
url={http://leanprover.github.io/tutorial/},
accessed={February 7th, 2019}
}
@misc{lean-js,
title={Javascript interface to the Lean server},
author={{Lean Development Team}},
year={2017-2018},
url={http://github.com/leanprover/lean-client-js},
accessed={February 7th, 2019}
}
@misc{lean-vscode,
title={Lean for VS Code},
author={{Lean Development Team}},
year={2016-2019},
url={http://github.com/leanprover/vscode-lean},
accessed={February 7th, 2019}
}
@misc{isabelle-vscode,
title = {Visual Studio Code as Prover {IDE} for {Isabelle}},
url={https://sketis.net/2017/visual-studio-code-as-prover-ide-for-isabelle},
author = {Makarius Wenzel},
year = {2017},
accessed={February 11th, 2019}
}
@misc{peacoq,
title={PeaCoq},
author={Robert, Valentin and Lerner, Sorin},
year={2014-2016},
url={http://goto.ucsd.edu/peacoq/},
accessed={February 7th, 2019}
}
@article{mehnert2014tool,
title={Tool Demonstration: An IDE for Programming and Proving in Idris},
author={Mehnert, Hannes and Christiansen, David},
journal={Proceedings of Vienna Summer of Logic, VSL},
volume={14},
pages={2},
year={2014}
}
@article{tabareau2018,
author = {Tabareau, Nicolas and Tanter, \'{E}ric and Sozeau, Matthieu},
title = {Equivalences for Free: Univalent Parametricity for Effective Transport},
journal = {Proc. ACM Program. Lang.},
issue_date = {September 2018},
volume = {2},
number = {ICFP},
month = jul,
year = {2018},
issn = {2475-1421},
pages = {92:1--92:29},
articleno = {92},
numpages = {29},
SKIPurl = {http://doi.acm.org/10.1145/3236787},
doi = {10.1145/3236787},
acmid = {3236787},
publisher = {ACM},
address = {New York, NY, USA},
}
@inproceedings{cao2015practical,
author = {Cao, Jingyuan and Fu, Ming and Feng, Xinyu},
title = {Practical Tactics for Verifying {C} Programs in {Coq}},
booktitle = {Proceedings of the 2015 Conference on Certified Programs and Proofs},
series = {CPP '15},
year = {2015},
isbn = {978-1-4503-3296-5},
location = {Mumbai, India},
pages = {97--108},
numpages = {12},
SKIPurl = {http://doi.acm.org/10.1145/2676724.2693162},
doi = {10.1145/2676724.2693162},
publisher = {ACM},
address = {New York, NY, USA},
}
@InProceedings{mccreight2009practical,
author="McCreight, Andrew",
SKIPeditor="Berghofer, Stefan
and Nipkow, Tobias
and Urban, Christian
and Wenzel, Makarius",
title="Practical Tactics for Separation Logic",
booktitle="Theorem Proving in Higher Order Logics",
year="2009",
publisher="Springer",
address="Berlin, Heidelberg",
pages="343--358",
isbn="978-3-642-03359-9",
doi="10.1007/978-3-642-03359-9_24",
}
@article{ohearn07resources,
title = "Resources, concurrency, and local reasoning",
journal = "Theoretical Computer Science",
volume = "375",
number = "1",
pages = "271--307",
year = "2007",
SKIPnote = "Festschrift for John C. Reynolds's 70th birthday",
issn = "0304-3975",
doi = "10.1016/j.tcs.2006.12.035",
SKIPurl = "http://www.sciencedirect.com/science/article/pii/S030439750600925X",
author = "O'Hearn, Peter W.",
}
@article{appel2006tactics,
title={Tactics for separation logic},
author={Appel, Andrew W.},
journal={INRIA Rocquencourt and Princeton University, Early Draft},
year={2006},
url = {https://www.cs.princeton.edu/~appel/papers/septacs.pdf},
}
@InProceedings{barthe2002efficient,
author="Barthe, Gilles
and Courtieu, Pierre",
editor="Carre{\~{n}}o, Victor A.
and Mu{\~{n}}oz, C{\'e}sar A.
and Tahar, Sofi{\`e}ne",
title="Efficient Reasoning about Executable Specifications in {Coq}",
booktitle="Theorem Proving in Higher Order Logics",
year="2002",
publisher="Springer",
address="Berlin, Heidelberg",
pages="31--46",
isbn="978-3-540-45685-8",
doi="10.1007/3-540-45685-6_4",
}
@InProceedings{narboux2004,
author="Narboux, Julien",
SKIPeditor="Slind, Konrad
and Bunker, Annette
and Gopalakrishnan, Ganesh",
title="A Decision Procedure for Geometry in {Coq}",
booktitle="Theorem Proving in Higher Order Logics",
year="2004",
publisher="Springer",
address="Berlin, Heidelberg",
pages="225--240",
isbn="978-3-540-30142-4",
doi="10.1007/978-3-540-30142-4_17",
}
@article{braibant2010,
TITLE = {Deciding {Kleene} Algebras in {Coq}},
AUTHOR = {Braibant, Thomas and Pous, Damien},
URL = {https://lmcs.episciences.org/1043},
DOI = {10.2168/LMCS-8(1:16)2012},
JOURNAL = {{Logical Methods in Computer Science}},
VOLUME = {{Volume 8, Issue 1}},
YEAR = {2012},
MONTH = Mar,
}
@InProceedings{slind1994ac,
author="Slind, Konrad",
editor="Joyce, Jeffrey J.
and Seger, Carl-Johan H.",
title="{AC} unification in {HOL90}",
booktitle="Higher Order Logic Theorem Proving and Its Applications",
year="1994",
publisher="Springer",
address="Berlin, Heidelberg",
pages="437--449",
isbn="978-3-540-48346-5",
doi="10.1007/3-540-57826-9_154",
}
@INPROCEEDINGS{nipkow1990,
author={Nipkow, Tobias},
booktitle={[1990] Proceedings. Fifth Annual IEEE Symposium on Logic in Computer Science},
title={Proof transformations for equational theories},
year={1990},
pages={278--288},
doi={10.1109/LICS.1990.113754},
month={June},
}
@InProceedings{gregoire2005,
author="Gr{\'e}goire, Benjamin
and Mahboubi, Assia",
editor="Hurd, Joe
and Melham, Tom",
title="Proving Equalities in a Commutative Ring Done Right in {Coq}",
booktitle="Theorem Proving in Higher Order Logics",
year="2005",
publisher="Springer",
address="Berlin, Heidelberg",
pages="98--113",
isbn="978-3-540-31820-0",
doi="10.1007/11541868_7",
}
@inproceedings{Kaliszyk2016,
author = {Kaliszyk, Cezary and P\k{a}k, Karol and Urban, Josef},
title = {Towards a {Mizar} Environment for {Isabelle}: Foundations and Language},
booktitle = {Proceedings of the 5th ACM SIGPLAN Conference on Certified Programs and Proofs},
series = {CPP 2016},
year = {2016},
isbn = {978-1-4503-4127-1},
location = {St. Petersburg, FL, USA},
pages = {58--65},
numpages = {8},
SKIPurl = {http://doi.acm.org/10.1145/2854065.2854070},
doi = {10.1145/2854065.2854070},
acmid = {2854070},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {Isabelle, Isar, Mizar, object logic},
}
@inproceedings{siek2006semantic,
title={A semantic analysis of {C++} templates},
author={Siek, Jeremy and Taha, Walid},
booktitle={European Conference on Object-Oriented Programming},
pages={304--327},
year={2006},
organization={Springer}
}
@misc{wenzel2004isabelle,
title={The {Isabelle/Isar} reference manual},
author={Wenzel, Makarius and others},
year={2004}
}
@article{lampropoulos2017generating,
author = {Lampropoulos, Leonidas and Paraskevopoulou, Zoe and Pierce, Benjamin C.},
title = {Generating Good Generators for Inductive Relations},
journal = {Proc. ACM Program. Lang.},
issue_date = {January 2018},
volume = {2},
number = {POPL},
month = dec,
year = {2017},
issn = {2475-1421},
pages = {45:1--45:30},
articleno = {45},
numpages = {30},
SKIPurl = {http://doi.acm.org/10.1145/3158133},
doi = {10.1145/3158133},
publisher = {ACM},
address = {New York, NY, USA},
}
@article{kaliszyk2007web,
title = "Web Interfaces for Proof Assistants",
journal = "Electronic Notes in Theoretical Computer Science",
volume = "174",
number = "2",
pages = "49--61",
year = "2007",
note = "Proceedings of the 7th Workshop on User Interfaces for Theorem Provers (UITP 2006)",
issn = "1571-0661",
doi = "10.1016/j.entcs.2006.09.021",
SKIPurl = "http://www.sciencedirect.com/science/article/pii/S1571066107001697",
author = "Cezary Kaliszyk",
}
@InProceedings{harrison-mizar,
author="Harrison, John",
SKIPeditor="Goos, Gerhard
and Hartmanis, Juris
and van Leeuwen, Jan
and von Wright, Joakim
and Grundy, Jim
and Harrison, John",
title="A {Mizar} mode for {HOL}",
booktitle="Theorem Proving in Higher Order Logics",
year="1996",
publisher="Springer",
address="Berlin, Heidelberg",
pages="203--220",
isbn="978-3-540-70641-0",
doi="10.1007/BFb0105406",
}
@inproceedings{Bulwahn2012b,
author = {Bulwahn, Lukas},
title = {The New {Quickcheck} for {Isabelle}: Random, Exhaustive and Symbolic Testing Under One Roof},
booktitle = {Proceedings of the Second International Conference on Certified Programs and Proofs},
series = {CPP'12},
year = {2012},
isbn = {978-3-642-35307-9},
location = {Kyoto, Japan},
pages = {92--108},
numpages = {17},
SKIPurl = {http://dx.doi.org/10.1007/978-3-642-35308-6_10},
doi = {10.1007/978-3-642-35308-6_10},
acmid = {2428355},
publisher = {Springer-Verlag},
address = {Berlin, Heidelberg},
}
@Article{rudnicki1985proving,
author="Rudnicki, Piotr
and Drabent, W{\l}odzimierz",
title="Proving properties of Pascal programs in MIZAR 2",
journal="Acta Informatica",
year="1985",
month="Aug",
day="01",
volume="22",
number="3",
pages="311--331",
issn="1432-0525",
doi="10.1007/BF00265684",
SKIPurl="https://doi.org/10.1007/BF00265684"
}
@misc{cornes1995coq,
title={The {Coq} Proof assistant, Reference Manual, Version 5.10},
author={Cornes, Cristina and Courant, Judica{\"e}l and Filli{\^a}tre, Jean-Christophe and Huet, G{\'e}rard and Manoury, Pascal and Munoz, C{\'e}sar and Murthy, Chetan and Parent, Catherine and Paulin-Mohring, Christine and Saibi, Amokrane and others},
year={1995},
}
@Article{asperti2007user,
author="Asperti, Andrea
and Sacerdoti Coen, Claudio
and Tassi, Enrico
and Zacchiroli, Stefano",
title="User Interaction with the {Matita} Proof Assistant",
journal="Journal of Automated Reasoning",
year="2007",
month="Aug",
day="01",
volume="39",
number="2",
pages="109--139",
issn="1573-0670",
doi="10.1007/s10817-007-9070-5",
SKIPurl="https://doi.org/10.1007/s10817-007-9070-5"
}
@InProceedings{barthe1995implicit,
author="Barthe, Gilles",
SKIPeditor="Berardi, Stefano
and Coppo, Mario",
title="Implicit coercions in type systems",
booktitle="Types for Proofs and Programs",
year="1996",
publisher="Springer Berlin Heidelberg",
address="Berlin, Heidelberg",
pages="1--15",
isbn="978-3-540-70722-6",
doi="10.1007/3-540-61780-9_58",
}
@article{aspinall1996subtyping,
title = "Subtyping dependent types",
journal = "Theoretical Computer Science",
volume = "266",
number = "1",
pages = "273--309",
year = "2001",
issn = "0304-3975",
doi = "10.1016/S0304-3975(00)00175-4",
SKIPurl = "http://www.sciencedirect.com/science/article/pii/S0304397500001754",
author = "David Aspinall and Adriana Compagnoni",
}
@InProceedings{asperti2004content,
author="Asperti, Andrea
and Guidi, Ferruccio
and Coen, Claudio Sacerdoti
and Tassi, Enrico
and Zacchiroli, Stefano",
SKIPeditor="Filli{\^a}tre, Jean-Christophe
and Paulin-Mohring, Christine
and Werner, Benjamin",
title="A Content Based Mathematical Search Engine: {Whelp}",
booktitle="Types for Proofs and Programs",
year="2006",
publisher="Springer",
address="Berlin, Heidelberg",
pages="17--32",
isbn="978-3-540-31429-5",
doi="10.1007/11617990_2",
}
@inproceedings{pientka2008programming,
author = {Pientka, Brigitte and Dunfield, Joshua},
title = {Programming with Proofs and Explicit Contexts},
booktitle = {Proceedings of the 10th International ACM SIGPLAN Conference on Principles and Practice of Declarative Programming},
series = {PPDP '08},
year = {2008},
isbn = {978-1-60558-117-0},
location = {Valencia, Spain},
pages = {163--173},
numpages = {11},
SKIPurl = {http://doi.acm.org/10.1145/1389449.1389469},
doi = {10.1145/1389449.1389469},
publisher = {ACM},
address = {New York, NY, USA},
}
@article{nanevski2008contextual,
author = {Nanevski, Aleksandar and Pfenning, Frank and Pientka, Brigitte},
title = {Contextual Modal Type Theory},
journal = {ACM Trans. Comput. Logic},
issue_date = {June 2008},
volume = {9},
number = {3},
month = jun,
year = {2008},
issn = {1529-3785},
pages = {23:1--23:49},
articleno = {23},
numpages = {49},
SKIPurl = {http://doi.acm.org/10.1145/1352582.1352591},
doi = {10.1145/1352582.1352591},
publisher = {ACM},
address = {New York, NY, USA},
}
@article{poswolsky2009system,
title={System description: {Delphin}--a functional programming language for deductive systems},
author={Poswolsky, Adam and Sch{\"u}rmann, Carsten},
journal={Electronic Notes in Theoretical Computer Science},
volume={228},
pages={113--120},
year={2009},
publisher={Elsevier}
}
@inproceedings{Stampoulis2010,
author = {Stampoulis, Antonis and Shao, Zhong},
title = {{VeriML}: Typed Computation of Logical Terms Inside a Language with Effects},
booktitle = {Proceedings of the 15th ACM SIGPLAN International Conference on Functional Programming},
series = {ICFP '10},
year = {2010},
isbn = {978-1-60558-794-3},
location = {Baltimore, Maryland, USA},
pages = {333--344},
numpages = {12},
SKIPurl = {http://doi.acm.org/10.1145/1863543.1863591},
doi = {10.1145/1863543.1863591},
acmid = {1863591},
publisher = {ACM},
address = {New York, NY, USA},
}
@article{ziliani2016next,
title={The next 700 safe tactic languages},
author={Ziliani, Beta and R{\'e}gis-Gianas, Yann and Kaiser, Jan-Oliver},
journal={Submitted for publication},
year={2016}
}
@Article{Matichuk2015EisbachAP,
author="Matichuk, Daniel
and Murray, Toby
and Wenzel, Makarius",
title="Eisbach: A Proof Method Language for {Isabelle}",
journal="Journal of Automated Reasoning",
year="2016",
month="Mar",
day="01",
volume="56",
number="3",
pages="261--282",
issn="1573-0670",
doi="10.1007/s10817-015-9360-2",
SKIPurl="https://doi.org/10.1007/s10817-015-9360-2"
}
@article{brady2013idris,
title={Idris, a general-purpose dependently typed programming language: Design and implementation},
author={Brady, Edwin},
journal={Journal of Functional Programming},
volume={23},
number={5},
pages={552--593},
year={2013},
doi={10.1017/S095679681300018X},
publisher={Cambridge University Press}
}
@inproceedings{Christiansen2016,
author = {Christiansen, David and Brady, Edwin},
title = {Elaborator Reflection: Extending {Idris} in {Idris}},
booktitle = {Proceedings of the 21st ACM SIGPLAN International Conference on Functional Programming},
series = {ICFP 2016},
year = {2016},
isbn = {978-1-4503-4219-3},
location = {Nara, Japan},
pages = {284--297},
numpages = {14},
SKIPurl = {http://doi.acm.org/10.1145/2951913.2951932},
doi = {10.1145/2951913.2951932},
publisher = {ACM},
address = {New York, NY, USA},
}
@InProceedings{fallenstein2015proof,
author="Fallenstein, Benja
and Kumar, Ramana",
SKIPeditor="Urban, Christian
and Zhang, Xingyuan",
title="Proof-Producing Reflection for {HOL}",
booktitle="Interactive Theorem Proving",
year="2015",
publisher="Springer",
address="Cham",
pages="170--186",
isbn="978-3-319-22102-1",
doi="10.1007/978-3-319-22102-1_11",
}
@techreport{paulson1983tactics,
title={Tactics and tacticals in {Cambridge LCF}},
author={Paulson, Lawrence},
year={1983},
institution={University of Cambridge, Computer Laboratory}
}
@techreport{paulson1988preliminary,
title={A preliminary users manual for {Isabelle}},
author={Paulson, Lawrence C},
year={1988},
institution={University of Cambridge, Computer Laboratory}
}
@article{darmochwal1990finite,
title={Finite sets},
author={Darmochwa{\l}, Agata},
journal={Formalized Mathematics},
volume={1},
number={1},
pages={165--167},
year={1990},
url = {http://mizar.org/JFM/Vol1/finset_1.html},
}
@article{bancerek1990fundamental,
title={The fundamental properties of natural numbers},
author={Bancerek, Grzegorz},
journal={Formalized Mathematics},
volume={1},
number={1},
pages={41--46},
year={1990},
publisher={Citeseer}
}
@incollection{zucker1994formalization,
title = "Formalization of Classical Mathematics in {Automath}",
editor = "R.P. Nederpelt and J.H. Geuvers and R.C. de Vrijer",
series = "Studies in Logic and the Foundations of Mathematics",
publisher = "Elsevier",
volume = "133",
pages = "127--139",
year = "1994",
booktitle = "Selected Papers on Automath",
issn = "0049-237X",
doi = "10.1016/S0049-237X(08)70202-7",
SKIPurl = "http://www.sciencedirect.com/science/article/pii/S0049237X08702027",
author = "Jeff Zucker",
}
@incollection{van1994checking,
title = "Checking {Landau's} Grundlagen in the {Automath} System: Parts of Chapters 0, 1 and 2 (Introduction, Prepration, Translation)",
editor = "R.P. Nederpelt and J.H. Geuvers and R.C. de Vrijer",
series = "Studies in Logic and the Foundations of Mathematics",
publisher = "Elsevier",
volume = "133",
pages = "701--720",
year = "1994",
booktitle = "Selected Papers on Automath",
issn = "0049-237X",
doi = "10.1016/S0049-237X(08)70222-2",
SKIPurl = "http://www.sciencedirect.com/science/article/pii/S0049237X08702222",
author={van Benthem Jutting, Lambert S},
}
@techreport{jackson1995enhancing,
title={Enhancing the {Nuprl} Proof Development System and Applying it to Computational Abstract Algebra},
author={Jackson, Paul B},
year={1995},
institution={Cornell University}
}
@InProceedings{howe1988computational,
author="Howe, Douglas J.",
SKIPeditor="Lusk, Ewing
and Overbeek, Ross",
title="Computational metatheory in {Nuprl}",
booktitle="9th International Conference on Automated Deduction",
year="1988",
publisher="Springer",
address="Berlin, Heidelberg",
pages="238--257",
isbn="978-3-540-39216-3",
doi="10.1007/BFb0012835",
}
@inproceedings{qed-manifesto-boyer-cade94,
author = {Boyer, Robert S.},
SKIPeditor = {Bundy, Alan},
title = {A mechanically proof-checked encyclopedia of mathematics: Should we build one? Can we?},
bookTitle = {Automated Deduction --- CADE-12: 12th International Conference on Automated Deduction Nancy, France, June 26 -- July 1, 1994 Proceedings},
year = {1994},
publisher = {Springer},
address = {Berlin, Heidelberg},
pages = {237--251},
isbn = {978-3-540-48467-7},
doi = {10.1007/3-540-58156-1_17},
SKIPurl = {http://dx.doi.org/10.1007/3-540-58156-1_17},
keywords = {foundations}
}
@periodical{ams-proof,
author={{American Mathematical Society}},
editor = {Magid, Andy},
year = {2008},
title = {Notives of the American Mathematical Society},
issuetitle = {A Special Issue on Formal Proof},
url = {http://www.ams.org/notices/200811/},
}
@article{pa-history-geuvers-sadhana09,
author = {Geuvers, H.},
title = {Proof assistants: History, ideas and future},
journal = {Sadhana},
year = {2009},
volume = {34},
number = {1},
pages = {3--25},
issn = {0973-7677},
doi = {10.1007/s12046-009-0001-5},
SKIPurl = {http://dx.doi.org/10.1007/s12046-009-0001-5},
keywords = {foundations}
}
@inproceedings{plse-coevolve-djg-fose14,
author = {Murphy-Hill, Emerson and Grossman, Dan},
title = {How Programming Languages Will Co-evolve with Software Engineering: A Bright Decade Ahead},
booktitle = {Proceedings of the on Future of Software Engineering},
series = {FOSE 2014},
year = {2014},
isbn = {978-1-4503-2865-4},
location = {Hyderabad, India},
pages = {145--154},
numpages = {10},
SKIPurl = {http://doi.acm.org/10.1145/2593882.2593898},
doi = {10.1145/2593882.2593898},
acmid = {2593898},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {proof-organization},
}
@Inproceedings{Klein2014,
author="Klein, Gerwin",
SKIPeditor="Jones, Cliff and Pihlajasaari, Pekka and Sun, Jun",
title="Proof Engineering Considered Essential",
bookTitle="FM 2014: Formal Methods: 19th International Symposium, Singapore, May 12-16, 2014. Proceedings",
year="2014",
publisher="Springer International Publishing",
address="Cham",
pages="16--21",
isbn="978-3-319-06410-9",
doi="10.1007/978-3-319-06410-9_2",
SKIPurl="http://dx.doi.org/10.1007/978-3-319-06410-9_2",
keywords = {proof-development},
}
@Article{Faithfull2016,
author="Faithfull, Alexander
and Bengtson, Jesper
and Tassi, Enrico
and Tankink, Carst",