-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtypes.bib
More file actions
2985 lines (2685 loc) · 87.9 KB
/
types.bib
File metadata and controls
2985 lines (2685 loc) · 87.9 KB
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
@string{acm = "Association for Computing Machinery"}
@string{entcs = "Electronic Notes in Theoretical Computer Science"}
@string{ieee = "IEEE Computer Society"}
@string{jfp = "Journal of Functional Programming"}
@string{lmcs = "Logical Methods in Computer Science"}
@string{mscs = "Mathematical Structures in Computer Science"}
@string{tac = "Theory and Applications of Categories"}
@string{tcs = "Theoretical Computer Science"}
@string{tocl = "ACM Transactions on Computational Logic"}
@proceedings{lics:1996,
booktitle = {Proceedings of the 11th Annual IEEE Symposium on Logic in Computer Science},
date = {1996},
isbn = {978-0-8186-7463-1},
publisher = ieee,
series = {LICS '96},
}
@proceedings{lics:1999,
booktitle = {Proceedings of the 14th Annual IEEE {S}ymposium on {L}ogic in {C}omputer {S}cience},
date = {1999},
isbn = {0-7695-0158-3},
location = {Trento},
publisher = {IEEE Computer Soc., Los Alamitos, CA},
series = {LICS '99},
}
@proceedings{lics:2008,
booktitle = {Proceedings of the 23rd Annual IEEE Symposium on Logic in Computer Science},
date = {2008},
location = {Pittsburgh, PA, USA},
publisher = ieee,
series = {LICS '08},
}
@proceedings{popl:2009,
booktitle = {Proceedings of the 36th Annual ACM SIGPLAN-SIGACT Symposium on Principles of Programming Languages},
date = {2009},
issn = {9781605583792},
location = {Savannah, GA, USA},
publisher = acm,
series = {POPL '09},
}
@proceedings{icfp:2013,
booktitle = {Proceedings of the 18th Annual ACM SIGPLAN International Conference on Functional Programming},
date = {2013},
isbn = {978-1-4503-2326-0},
location = {Boston, Massachusetts, USA},
publisher = acm,
series = {ICFP '13},
}
@proceedings{popl:2013,
editor = {Giacobazzi, Roberto and Cousot, Radhia},
booktitle = {Proceedings of the 40th Annual {ACM} {SIGPLAN-SIGACT} Symposium on Principles of Programming Languages},
date = {2013},
isbn = {978-1-4503-1832-7},
location = {Rome, Italy},
publisher = acm,
series = {POPL '13},
}
@proceedings{popl:2014,
booktitle = {Proceedings of the 41st Annual {ACM} {SIGPLAN-SIGACT} Symposium on Principles of Programming Languages},
date = {2014},
isbn = {978-1-4503-2544-8},
location = {San Diego, California, USA},
publisher = acm,
series = {POPL '14},
}
@proceedings{icfp:2014,
booktitle = {Proceedings of the 19th {ACM} {SIGPLAN} International Conference on Functional Programming},
date = {2014},
isbn = {978-1-4503-2873-9},
location = {Gothenburg, Sweden},
publisher = acm,
series = {ICFP '14},
}
@proceedings{popl:2015,
booktitle = {Proceedings of the 42nd Annual ACM SIGPLAN-SIGACT Symposium on Principles of Programming Languages},
date = {2015},
isbn = {978-1-4503-3300-9},
location = {Mumbai, India},
publisher = acm,
series = {POPL '15},
}
@proceedings{fossacs:2015,
editor = {Pitts, Andrew},
booktitle = {18th International Conference on Foundations of Software Science and Computation Structures},
date = {2015},
isbn = {978-3-662-46678-0},
location = {Berlin, Heidelberg},
publisher = {Springer Berlin Heidelberg},
series = {FOSSACS '15},
}
@proceedings{types:2015,
editor = {Uustalu, Tarmo},
booktitle = {21st International Conference on Types for Proofs and Programs},
date = {2015},
isbn = {978-3-95977-030-9},
issn = {1868-8969},
location = {Tallinn, Estonia},
publisher = {Schloss Dagstuhl--Leibniz-Zentrum fuer Informatik},
series = {TYPES '15},
volume = {69},
}
@proceedings{lics:2016,
booktitle = {Proceedings of the 31st Annual ACM/IEEE Symposium on Logic in Computer Science},
date = {2016},
isbn = {978-1-4503-4391-6},
location = {New York, NY, USA},
publisher = acm,
series = {LICS '16},
}
@proceedings{fscd:2017,
editor = {Miller, Dale},
booktitle = {2nd International Conference on Formal Structures for Computation and Deduction},
date = {2017},
isbn = {978-3-95977-047-7},
issn = {1868-8969},
location = {Dagstuhl, Germany},
publisher = {Schloss Dagstuhl--Leibniz-Zentrum fuer Informatik},
series = {FSCD '17},
volume = {84},
}
@proceedings{types:2017,
editor = {Abel, Andreas and Forsberg, Fredrik Nordvall and Kaposi, Ambrus},
booktitle = {23rd International Conference on Types for Proofs and Programs},
date = {2017},
isbn = {978-3-95977-071-2},
issn = {1868-8969},
location = {Dagstuhl, Germany},
publisher = {Schloss Dagstuhl--Leibniz-Zentrum fuer Informatik},
series = {TYPES '17},
volume = {104},
}
@proceedings{fscd:2018,
booktitle = {3rd International Conference on Formal Structures for Computation and Deduction},
date = {2018},
isbn = {978-3-95977-077-4},
location = {Oxford, {UK}},
publisher = {Schloss Dagstuhl--Leibniz-Zentrum fuer Informatik},
series = {FSCD '18},
}
@proceedings{fossacs:2018,
booktitle = {21st International Conference on Foundations of Software Science and Computation Structures},
date = {2018},
isbn = {978-3-319-89366-2},
publisher = {Springer International Publishing},
series = {FOSSACS '18},
volume = {10803},
}
@proceedings{lics:2018,
booktitle = {Proceedings of the 33rd Annual ACM/IEEE Symposium on Logic in Computer Science},
date = {2018},
isbn = {978-1-4503-5583-4},
location = {Oxford, United Kingdom},
publisher = acm,
series = {LICS '18},
}
@proceedings{lics:2019,
booktitle = {Proceedings of the 34th Annual ACM/IEEE Symposium on Logic in Computer Science},
date = {2019},
isbn = {978-1-7281-3608-0},
location = {Vancouver, Canada},
publisher = acm,
series = {LICS '19},
}
@proceedings{icfp:2019,
booktitle = {Proceedings of the 24th ACM SIGPLAN International Conference on Functional Programming},
date = {2019},
issn = {2475-1421},
location = {Boston, Massachusetts, USA},
publisher = acm,
series = {ICFP '19},
}
@proceedings{types:2019,
editor = {Bezem, Marc and Mahboubi, Assia},
booktitle = {Proceedings of the 25th International Conference on Types for Proofs and Programs},
date = {2020},
isbn = {978-3-95977-158-0},
issn = {1868-8969},
location = {Dagstuhl, Germany},
publisher = {Schloss Dagstuhl--Leibniz-Zentrum f\"{u}r Informatik},
series = {TYPES '19},
volume = {175},
}
@proceedings{icfp:2020,
booktitle = {Proceedings of the 25th ACM SIGPLAN International Conference on Functional Programming},
date = {2020},
location = {Jersey City, USA},
publisher = acm,
series = {ICFP '20},
}
@proceedings{lics:2020,
booktitle = {Proceedings of the 35th Annual ACM/IEEE Symposium on Logic in Computer Science},
date = {2020},
isbn = {978-1-4503-7104-9},
location = {Saarbr\"{u}cken, Germany},
publisher = acm,
series = {LICS '20},
}
@proceedings{lics:2022,
booktitle = {Proceedings of the 37th Annual ACM/IEEE Symposium on Logic in Computer Science},
date = {2022},
isbn = {978-1-4503-9351-5},
location = {Haifa, Israel},
publisher = acm,
series = {LICS '22},
}
@phdthesis{abel:thesis,
title = {{A Polymorphic Lambda-Calculus with Sized Higher-Order Types}},
author = {Abel, Andreas},
url = {http://www2.tcs.ifi.lmu.de/~abel/diss.pdf},
date = {2006-06},
}
@article{abel:polarised-subtyping,
title = {Polarised subtyping for sized types},
author = {Abel, Andreas},
date = {2008},
doi = {10.1017/S0960129508006853},
journaltitle = mscs,
number = {5},
pages = {797--822},
publisher = {Cambridge University Press},
volume = {18},
}
@inproceedings{abel:700-modal,
title = {The Next 700 Modal Type Assignment Systems},
author = {Abel, Andreas},
url = {http://www2.tcs.ifi.lmu.de/~abel/types15.pdf},
crossref = {types:2015},
}
@inproceedings{abel-bernardy:unified-modalities,
title = {A Unified View of Modalities in Type Systems},
author = {Abel, Andreas and Bernardy, Jean-Philippe},
crossref = {icfp:2020},
doi = {10.1145/3408972},
}
@article{aov:conversion,
title = {Decidability of conversion for type theory in type theory},
author = {Abel, Andreas and \"{O}hman, Joakim and Vezzosi, Andrea},
date = {2017-12},
doi = {10.1145/3158111},
journaltitle = {Proc. ACM Program. Lang.},
location = {New York, NY, USA},
number = {POPL},
publisher = acm,
volume = {2},
}
@inproceedings{copatterns,
title = {Copatterns: Programming Infinite Structures by Observations},
author = {Abel, Andreas and Pientka, Brigitte and Thibodeau, David and Setzer, Anton},
crossref = {popl:2013},
date = {2013},
doi = {10.1145/2429069.2429075},
pages = {27--38},
}
@inproceedings{linton:finiteness1,
title = {Finiteness and decidability},
author = {Acu\~{n}a-Ortega, O. and Linton, F. E. J.},
booktitle = {Applications of sheaves ({P}roc. {R}es. {S}ympos. {A}ppl. {S}heaf {T}heory to {L}ogic, {A}lgebra and {A}nal., {U}niv. {D}urham, {D}urham, 1977)},
date = {1979},
doi = {10.1007/BFb0061813},
pages = {80--100},
publisher = {Springer, Berlin},
series = {Lecture Notes in Math.},
volume = {753},
}
@article{ar:how-nice,
title = {How nice are free completions of categories?},
author = {Ad\'{a}mek, Ji\v{r}\'i and Rosick\'{y}, Ji\v{r}\'i},
date = {2020},
doi = {10.1016/j.topol.2019.106972},
issn = {0166-8641},
journaltitle = {Topology and its Applications},
pages = {106972,24},
volume = {273},
}
@inbook{aln:comparing-frameworks,
title = {Comparing Semantic Frameworks for Dependently-Sorted Algebraic Theories},
author = {Ahrens, Benedikt and Lumsdaine, Peter LeFanu and North, Paige Randall},
booktitle = {Programming Languages and Systems},
date = {2024-10},
doi = {10.1007/978-981-97-8943-6_1},
isbn = {978-981-9789-43-6},
issn = {1611-3349},
pages = {3--22},
publisher = {Springer Nature Singapore},
}
@online{univalence-principle,
title = {The Univalence Principle},
author = {Ahrens, Benedikt and North, Paige Randall and Shulman, Michael and Tsementzis, Dimitris},
date = {2021},
eprint = {2102.06275},
eprintclass = {math.CT},
eprinttype = {arXiv},
}
@inproceedings{amdr:constructive-s4,
title = {Categorical and {K}ripke semantics for constructive {S}4 modal logic},
author = {Alechina, Natasha and Mendler, Michael and de Paiva, Valeria and Ritter, Eike},
booktitle = {Computer Science Logic},
date = {2001},
doi = {10.1007/3-540-44802-0_21},
pages = {292--307},
publisher = {Springer, Berlin},
series = {Lecture Notes in Computer Science},
volume = {2142},
}
@inproceedings{allais:leftovers,
title = {Typing with Leftovers - A mechanization of Intuitionistic Multiplicative-Additive Linear Logic},
author = {Allais, Guillaume},
crossref = {types:2017},
doi = {10.4230/LIPIcs.TYPES.2017.1},
pages = {1:1--1:22},
}
@inproceedings{qiits,
title = {Quotient Inductive-Inductive Types},
author = {Altenkirch, Thorsten and Capriotti, Paolo and Dijkstra, Gabe and Kraus, Nicolai and Nordvall Forsberg, Fredrik},
crossref = {fossacs:2018},
doi = {10.1007/978-3-319-89366-2_16},
pages = {293--310},
}
@incollection{ack:hott-strict-equality,
title = {Extending homotopy type theory with strict equality},
author = {Altenkirch, Thorsten and Capriotti, Paolo and Kraus, Nicolai},
booktitle = {Computer Science Logic},
date = {2016},
doi = {10.4230/LIPIcs.CSL.2016.21},
pages = {Art. No. 21,17},
publisher = {Schloss Dagstuhl. Leibniz-Zent. Inform., Wadern},
series = {LIPIcs. Leibniz Int. Proc. Inform.},
volume = {62},
}
@inproceedings{altenkirch-kaposi:without-interval,
title = {{Towards a Cubical Type Theory without an Interval}},
author = {Altenkirch, Thorsten and Kaposi, Ambrus},
editor = {Uustalu, Tarmo},
booktitle = {21st International Conference on Types for Proofs and Programs (TYPES 2015)},
date = {2018},
doi = {10.4230/LIPIcs.TYPES.2015.3},
isbn = {978-3-95977-030-9},
issn = {1868-8969},
location = {Dagstuhl, Germany},
pages = {3:1--3:27},
publisher = {Schloss Dagstuhl--Leibniz-Zentrum fuer Informatik},
series = {Leibniz International Proceedings in Informatics (LIPIcs)},
volume = {69},
}
@article{ABG,
title = {Parametrized Spectra, Multiplicative {T}hom Spectra and the Twisted {U}mkehr Map},
author = {Ando, Matthew and Blumberg, Andrew and Gepner, David},
date = {2018-12},
doi = {10.2140/gt.2018.22.3761},
issn = {1465-3060},
journaltitle = {Geometry \& Topology},
number = {7},
pages = {3761--3825},
volume = {22},
}
@article{abghr:thom-oocat,
title = {An {$\infty$}-categorical approach to {$R$}-line bundles, {$R$}-module {T}hom spectra, and twisted {$R$}-homology},
author = {Ando, Matthew and Blumberg, Andrew J. and Gepner, David and Hopkins, Michael J. and Rezk, Charles},
date = {2014},
doi = {10.1112/jtopol/jtt035},
issn = {1753-8416},
journaltitle = {Journal of Topology},
number = {3},
pages = {869--893},
shorthand = {ABGHR},
volume = {7},
}
@inproceedings{anel:enveloping-topos,
title = {Enveloping $\infty$-topoi},
author = {Anel, Mathieu},
url = {https://www.youtube.com/watch?v=PpfacHtBX8U},
booktitle = {{Seminar on Higher Homotopical Structures}},
date = {2021-04},
}
@unpublished{anel:tt-v-geometry,
title = {Type Theory v. Geometry},
author = {Anel, Mathieu},
url = {http://mathieu.anel.free.fr/mat/doc/Anel-2023-HoTT.pdf},
date = {2023-05},
location = {Pittsburgh, PA, USA},
note = {Talk slides.},
series = {HoTT2023},
}
@article{abfj:blakers-massey,
title = {A generalized {B}lakers-{M}assey theorem},
author = {Anel, Mathieu and Biedermann, Georg and Finster, Eric and Joyal, Andr\'{e}},
date = {2020},
doi = {10.1112/topo.12163},
issn = {1753-8416},
journaltitle = {Journal of Topology},
number = {4},
pages = {1521--1553},
volume = {13},
}
@incollection{anel-joyal:topo-logie,
title = {Topo-logie},
author = {Anel, Mathieu and Joyal, Andr\'{e}},
editor = {Anel, Mathieu and Catren, Gabriel},
booktitle = {New Spaces in Mathematics: Formal and Conceptual Reflections},
chapter = {4},
date = {2021},
doi = {10.1017/9781108854429.007},
pages = {155--257},
publisher = {Cambridge University Press},
volume = {1},
}
@online{anel-lejay:exponentiable,
title = {Exponentiable $\infty$-topoi},
author = {Anel, Mathieu and Lejay, Damien},
url = {http://mathieu.anel.free.fr/mat/doc/Anel-Lejay-Exponentiable-topoi.pdf},
date = {2019},
}
@misc{anel-weinberger:smooth-proper,
title = {Smooth and Proper Maps},
author = {Anel, Mathieu and Weinberger, Jonathan},
date = {2024},
eprint = {2402.00331},
eprintclass = {math.CT},
eprinttype = {arXiv},
}
@phdthesis{angiuli:2019,
title = {Computational Semantics of Cartesian Cubical Type Theory},
author = {Angiuli, Carlo},
url = {http://reports-archive.adm.cs.cmu.edu/anon/2019/abstracts/19-127.html},
date = {2019},
institution = {Carnegie Mellon University},
number = {CMU-CS-19-127},
}
@online{two-level-tt,
title = {Two-Level Type Theory and Applications},
author = {Annenkov, Danil and Capriotti, Paolo and Kraus, Nicolai and Sattler, Christian},
date = {2017},
eprint = {1705.03307},
eprintclass = {cs.LO},
eprinttype = {arXiv},
}
@inproceedings{aq:bi-cut-elimination,
title = {{LBI} Cut Elimination Proof with {BI-MultiCut}},
author = {Arisaka, Ryuta and Qin, Shengchao},
booktitle = {2012 Sixth International Symposium on Theoretical Aspects of Software Engineering},
date = {2012},
doi = {10.1109/TASE.2012.30},
pages = {235--238},
}
@phdthesis{armelin:prog-with-bi,
title = {Programming with Bunched Implications},
author = {Armelin, Pablo},
url = {http://qmro.qmul.ac.uk/xmlui/handle/123456789/4746},
date = {2002},
institution = {Queen Mary University of London},
}
@inproceedings{arndt-kapulkin:models,
title = {Homotopy-Theoretic Models of Type Theory},
author = {Arndt, Peter and Kapulkin, Krzysztof},
booktitle = {Typed lambda calculi and applications},
date = {2011},
doi = {10.1007/978-3-642-21691-6_7},
pages = {45--60},
publisher = {Springer, Heidelberg},
series = {Lecture Notes in Computer Science},
volume = {6690},
}
@inproceedings{atkey:resource-separation,
title = {A {$\lambda$}-Calculus for Resource Separation},
author = {Atkey, Robert},
booktitle = {Automata, languages and programming},
date = {2004},
doi = {10.1007/978-3-540-27836-8_16},
pages = {158--170},
publisher = {Springer, Berlin},
series = {Lecture Notes in Computer Science},
volume = {3142},
}
@phdthesis{atkey:thesis,
title = {Substructural Simple Type Theories for Separation and In-place Update},
author = {Atkey, Robert},
url = {http://hdl.handle.net/1842/892},
date = {2006},
institution = {University of Edinburgh},
}
@inproceedings{atkey:qtt,
title = {Syntax and Semantics of Quantitative Type Theory},
author = {Atkey, Robert},
crossref = {lics:2018},
doi = {10.1145/3209108.3209189},
pages = {56--65},
}
@inproceedings{atkey-wood:context-constrained,
title = {Context Constrained Computation (Extended Abstract)},
author = {Atkey, Robert and Wood, James},
booktitle = {3rd Workshop on Type-Driven Development},
date = {2018},
series = {TyDe '18},
}
@article{awodey-warren:id-types,
title = {Homotopy theoretic models of identity types},
author = {Awodey, Steve and Warren, Michael A.},
date = {2009},
doi = {10.1017/S0305004108001783},
issn = {0305-0041},
journaltitle = {Mathematical Proceedings of the Cambridge Philosophical Society},
number = {1},
pages = {45--55},
volume = {146},
}
@techreport{barber:dill,
title = {Dual Intuitionistic Linear Logic},
author = {Barber, Andrew},
url = {https://www.lfcs.inf.ed.ac.uk/reports/96/ECS-LFCS-96-347/},
date = {1996},
institution = {University of Edinburgh},
number = {ECS-LFCS-96-347},
}
@online{barwick-haine:pyknotic,
title = {Pyknotic objects, I. Basic notions},
author = {Barwick, Clark and Haine, Peter},
date = {2019},
eprint = {1904.09966},
eprintclass = {math.AG},
eprinttype = {arXiv},
}
@unpublished{bauer:synthetic-talk,
title = {Synthetic mathematics with an excursion into computability theory},
author = {Bauer, Andrej},
url = {https://math.andrej.com/asset/data/madison-synthetic-computability-talk.pdf},
date = {2021-02},
location = {University of Wisconsin},
note = {Talk slides.},
}
@phdthesis{bean:ribbons,
title = {Ribbon Proofs - A Proof System for the Logic of Bunched Implications},
author = {Bean, Julian Michael Lewis},
url = {http://qmro.qmul.ac.uk/xmlui/handle/123456789/5054},
date = {2006},
institution = {Queen Mary University of London},
}
@inproceedings{bbdh:term-calculus-ill,
title = {A term calculus for {Intuitionistic Linear Logic}},
author = {Benton, Nick and Bierman, Gavin and de Paiva, Valeria and Hyland, Martin},
booktitle = {Typed lambda calculi and applications},
date = {1993},
doi = {10.1007/BFb0037099},
location = {{U}trecht},
pages = {75--90},
publisher = {Springer, Berlin},
series = {Lecture Notes in Computer Science},
volume = {664},
}
@inproceedings{benton-wadler:adjoint,
title = {Linear logic, monads and the lambda calculus},
author = {Benton, Nick and Wadler, Philip},
crossref = {lics:1996},
doi = {10.1109/LICS.1996.561458},
pages = {420--431},
}
@inproceedings{bo:strong-update-bunched,
title = {Strong Update, Disposal, and Encapsulation in Bunched Typing},
author = {Berdine, Josh and O'Hearn, Peter W.},
booktitle = {Proceedings of the 22nd Annual Conference on Mathematical Foundations of Programming Semantics},
date = {2006-01},
doi = {10.1016/j.entcs.2006.04.006},
pages = {81--98},
series = {MFPS XXII},
volume = {158},
}
@inproceedings{tt-in-color,
title = {Type-Theory in Color},
author = {Bernardy, Jean-Philippe and Guilhem, Moulin},
crossref = {icfp:2013},
doi = {10.1145/2500365.2500577},
pages = {61--72},
}
@inproceedings{bch:cubes,
title = {{A Model of Type Theory in Cubical Sets}},
author = {Bezem, Marc and Coquand, Thierry and Huber, Simon},
editor = {Matthes, Ralph and Schubert, Aleksy},
url = {http://drops.dagstuhl.de/opus/volltexte/2014/4628},
booktitle = {19th International Conference on Types for Proofs and Programs},
date = {2014},
doi = {10.4230/LIPIcs.TYPES.2013.107},
isbn = {978-3-939897-72-9},
issn = {1868-8969},
location = {Dagstuhl, Germany},
pages = {107--128},
publisher = {Schloss Dagstuhl--Leibniz-Zentrum fuer Informatik},
series = {Leibniz International Proceedings in Informatics (LIPIcs)},
volume = {26},
}
@article{biermandepaiva00modal,
title = {On an Intuitionistic Modal Logic},
author = {Bierman, G. M. and de Paiva, V. C. V.},
date = {2000},
doi = {10.1023/A:1005291931660},
issn = {0039-3215},
journaltitle = {Studia Logica},
number = {3},
pages = {383--416},
volume = {65},
}
@article{drats,
title = {Modal dependent type theory and dependent right adjoints},
author = {Birkedal, Lars and Clouston, Ranald and Mannaa, Bassel and Ejlers M\o{}gelberg, Rasmus and Pitts, Andrew M. and Spitters, Bas},
date = {2020},
doi = {10.1017/S0960129519000197},
journaltitle = mscs,
number = {2},
pages = {118--138},
volume = {30},
}
@incollection{gdtt,
title = {Guarded dependent type theory with coinductive types},
author = {Bizjak, Ale\v{s} and Grathwohl, Hans Bugge and Clouston, Ranald and M\o{}gelberg, Rasmus E. and Birkedal, Lars},
booktitle = {Foundations of software science and computation structures},
date = {2016},
doi = {10.1007/978-3-662-49630-5_2},
pages = {20--35},
publisher = {Springer, Berlin},
series = {Lecture Notes in Comput. Sci.},
volume = {9634},
}
@article{blass-scedrov:classifying,
title = {Classifying topoi and finite forcing},
author = {Blass, Andreas and \v{S}\v{c}edrov, Andrej},
date = {1983},
doi = {10.1016/0022-4049(83)90085-3},
issn = {0022-4049},
journaltitle = {J. Pure Appl. Algebra},
number = {2},
pages = {111--140},
volume = {28},
}
@phdthesis{blechschmidt:thesis,
title = {Using the internal language of toposes in algebraic geometry},
author = {Blechschmidt, Ingo},
date = {2017},
doi = {10.48550/arXiv.2111.03685},
institution = {University of Augsburg},
}
@online{blechschmidt:qcoh,
title = {A general Nullstellensatz for generalized spaces},
author = {Blechschmidt, Ingo},
url = {https://rawgit.com/iblech/internal-methods/master/paper-qcoh.pdf},
date = {2017},
}
@misc{bocquet:rezk-completions,
title = {Strict Rezk completions of models of HoTT and homotopy canonicity},
author = {Bocquet, Rafa\"{e}l},
date = {2023},
eprint = {2311.05849},
eprintclass = {math.CT},
eprinttype = {arXiv},
}
@online{bocque-kovacs:frob-j-from-j,
title = {Deriving a {Frobenius} variant of {J} from {J}},
author = {Bocquet, Rafael and Kov\'{a}cs, Andr\'{a}s},
url = {https://github.com/akaposi/hiit-signatures/blob/master/formalization/FrobeniusJDeriv.agda},
date = {2019},
}
@thesis{deboer:thesis,
title = {A Proof and Formalization of the Initiality Conjecture of Dependent Type Theory},
author = {de Boer, Menno},
url = {http://su.diva-portal.org/smash/record.jsf?pid=diva2\%3A1431287&dswid=-3494},
date = {2020},
institution = {Stockholm University},
type = {Licentiate Thesis},
}
@article{vbm:combinatorial-pspec,
title = {Combinatorial parametrised spectra},
author = {Braunack-Mayer, Vincent},
date = {2021-04},
doi = {10.2140/agt.2021.21.801},
issn = {1472-2747},
journaltitle = {Algebraic \& Geometric Topology},
number = {2},
pages = {801--891},
volume = {21},
}
@inproceedings{focused-nat-ded,
title = {Focused Natural Deduction},
author = {Brock-Nannestad, Taus and Sch\"{u}rmann, Carsten},
booktitle = {Logic for programming, artificial intelligence, and reasoning},
date = {2010},
doi = {10.1007/978-3-642-16242-8_12},
pages = {157--171},
publisher = {Springer, Berlin},
series = {Lecture Notes in Computer Science},
volume = {6397},
}
@inproceedings{quantitative-coeffect-calculus,
title = {A Core Quantitative Coeffect Calculus},
author = {Brunel, Alo\"is and Gaboardi, Marco and Mazza, Damiano and Zdancewic, Steve},
editor = {Shao, Zhong},
booktitle = {Programming Languages and Systems},
date = {2014},
doi = {10.1007/978-3-642-54833-8_19},
isbn = {978-3-642-54833-8},
location = {Berlin, Heidelberg},
pages = {351--370},
publisher = {Springer Berlin Heidelberg},
}
@phdthesis{brunerie:thesis,
title = {On the homotopy groups of spheres in homotopy type theory},
author = {Brunerie, Guillaume},
date = {2016},
eprint = {1606.05916},
eprintclass = {math.AT},
eprinttype = {arXiv},
institution = {Universit\'{e} de Nice},
}
@article{brunerie:james-construction,
title = {The {J}ames construction and {$\pi_4(\Bbb{S}^3)$} in homotopy type theory},
author = {Brunerie, Guillaume},
date = {2019},
doi = {10.1007/s10817-018-9468-2},
issn = {0168-7433},
journaltitle = {J. Automat. Reason.},
number = {2},
pages = {255--284},
volume = {63},
}
@online{hott:agda,
title = {Homotopy Type Theory in {A}gda},
author = {Brunerie, Guillaume and {Hou (Favonia)}, Kuen-Bang and Cavallo, Evan and Baumann, Tim and Finster, Eric and Cockx, Jesper and Sattler, Christian and Jeris, Chris and Shulman, Michael and others},
url = {https://github.com/HoTT/HoTT-Agda},
shorthand = {HoTTAgda},
}
@online{blm:zcohomology,
title = {Synthetic Cohomology Theory in {Cubical Agda}},
author = {Brunerie, Guillaume and Ljungstr\"{o}m, Axel and M\"{o}rtberg, Anders},
url = {https://staff.math.su.se/anders.mortberg/papers/zcohomology.pdf},
date = {2021},
}
@inproceedings{buchholtz:toy-models,
title = {Universes in toy models of spatial type theory},
author = {Buchholtz, Ulrik},
url = {https://www.youtube.com/watch?v=KpwFDVMxnsM},
booktitle = {Workshop on Geometry in Modal Homotopy Type Theory},
date = {2019},
location = {Carnegie Mellon University},
}
@incollection{bvr:higher-groups-in-hott,
title = {Higher groups in homotopy type theory},
author = {Buchholtz, Ulrik and van Doorn, Floris and Rijke, Egbert},
crossref = {lics:2018},
doi = {10.1145/3209108.3209150},
}
@article{buchholtz-favonia:cellular-cohomology,
title = {Cellular Cohomology in {Homotopy Type Theory}},
author = {Buchholtz, Ulrik and Hou, Kuen-Bang},
date = {2020-06},
doi = {10.23638/LMCS-16(2:7)2020},
issue = {2},
journaltitle = lmcs,
volume = {16},
}
@incollection{buchholtz-morehouse:cubes,
title = {Varieties of cubical sets},
author = {Buchholtz, Ulrik and Morehouse, Edward},
booktitle = {Relational and algebraic methods in computer science},
date = {2017},
doi = {10.1007/978-3-319-57418-9_5},
pages = {77--92},
publisher = {Springer, Cham},
series = {Lecture Notes in Comput. Sci.},
volume = {10226},
}
@article{buchholtz-rijke:cayley-dickson,
title = {The {C}ayley-{D}ickson construction in homotopy type theory},
author = {Buchholtz, Ulrik and Rijke, Egbert},
date = {2018},
doi = {10.31197/atnaa.375870},
journaltitle = {High. Struct.},
number = {1},
pages = {30--41},
volume = {2},
}
@online{weinberger-buchholtz:synthetic-cats,
title = {Synthetic fibered $(\infty,1)$-category theory},
author = {Buchholtz, Ulrik and Weinberger, Jonathan},
date = {2021},
eprint = {2105.01724},
eprintclass = {math.CT},
eprinttype = {arXiv},
}
@book{bgs:sdt,
title = {Synthetic differential topology},
author = {Bunge, Marta and Gago, Felipe and San Luis, Ana Mar\'ia},
date = {2018},
doi = {10.1017/9781108553490},
isbn = {978-1-108-44723-2},
pages = {ix+223},
publisher = {Cambridge University Press, Cambridge},
series = {London Mathematical Society Lecture Note Series},
volume = {448},
}
@book{caramello:book,
title = {Theories, Sites, Toposes},
author = {Caramello, Olivia},
date = {2018},
isbn = {978-0-19-875891-4},
note = {Relating and studying mathematical theories through topos-theoretic `bridges'},
pages = {xii+368},
publisher = {Oxford University Press, Oxford},
}
@article{carchedi-roytenberg:superalgebra,
title = {On theories of superalgebras of differentiable functions},
author = {Carchedi, David and Roytenberg, Dmitry},
url = {http://www.tac.mta.ca/tac/volumes/28/30/28-30abs.html},
date = {2013},
journaltitle = tac,
pages = {No. 30,1022--1098},
volume = {28},
}
@mastersthesis{cavallo:cohomology,
title = {Synthetic Cohomology in {Homotopy Type Theory}},
author = {Cavallo, Evan},
url = {https://staff.math.su.se/evan.cavallo/works/thesis15.pdf},
date = {2015-12},
institution = {Carnegie Mellon University},
}
@phdthesis{cavallo:thesis,
title = {Higher Inductive Types and Internal Parametricity for Cubical Type Theory},
author = {Cavallo, Evan},
date = {2021},
doi = {10.1184/R1/14555691},
institution = {Carnegie Mellon University},
number = {CMU-CS-21-100},
}
@inproceedings{cavallo-harper:parametricity-for-ctt,
title = {{Internal Parametricity for Cubical Type Theory}},
author = {Cavallo, Evan and Harper, Robert},
booktitle = {28th EACSL Annual Conference on Computer Science Logic 2020)},
date = {2020},
doi = {10.4230/LIPIcs.CSL.2020.13},
isbn = {978-3-95977-132-0},
issn = {1868-8969},
location = {Dagstuhl, Germany},
pages = {13:1--13:17},
series = {CSL '20},
volume = {152},
}
@incollection{cms:unifying-cubical,
title = {Unifying cubical models of univalent type theory},
author = {Cavallo, Evan and M\"{o}rtberg, Anders and Swan, Andrew W.},
booktitle = {28th {EACSL} {A}nnual {C}onference on {C}omputer {S}cience {L}ogic},
date = {2020},
doi = {10.4230/LIPIcs.CSL.2020.14},
pages = {Art. No. 14,17},
publisher = {Schloss Dagstuhl. Leibniz-Zent. Inform., Wadern},
series = {LIPIcs. Leibniz Int. Proc. Inform.},
volume = {152},
}
@inproceedings{cervesato-pfenning:lin-lf,
title = {A Linear Logical Framework},
author = {Cervesato, Iliano and Pfenning, Frank},
crossref = {lics:1996},
doi = {10.1006/inco.2001.2951},
pages = {19--75},
}
@misc{chan-weirich:universe-levels,
title = {Bounded First-Class Universe Levels in Dependent Type Theory},
author = {Chan, Jonathan and Weirich, Stephanie},
date = {2025},
eprint = {2502.20485},
eprintclass = {cs.PL},
eprinttype = {arXiv},
}
@inproceedings{cheney:simple,
title = {A Simple Nominal Type Theory},
author = {Cheney, James},
booktitle = {Proceedings of the International Workshop on Logical Frameworks and Metalanguages: Theory and Practice (LFMTP 2008)},
date = {2009},
doi = {10.1016/j.entcs.2008.12.115},
pages = {37--52},
volume = {228},
}
@article{cheney:dntt,
title = {A dependent nominal type theory},
author = {Cheney, James},
date = {2012},
doi = {10.2168/LMCS-8(1:8)2012},
journaltitle = lmcs,
number = {1},
pages = {1:08,29},
volume = {8},
}
@article{cch:sag,
title = {A foundation for synthetic algebraic geometry},
author = {Cherubini, Felix and Coquand, Thierry and Hutzler, Matthias},
date = {2024},
doi = {10.1017/S0960129524000239},
issn = {0960-1295},
journaltitle = {Math. Structures Comput. Sci.},
number = {9},
pages = {1008--1053},
volume = {34},
}
@misc{cchw:projective-space-sag,
title = {Projective Space in Synthetic Algebraic Geometry},
author = {Cherubini, Felix and Coquand, Thierry and Hutzler, Matthias and W\"{a}rn, David},
date = {2024},