Skip to content
Snippets Groups Projects
Commit 9e71839a authored by Max New's avatar Max New
Browse files

fix overflows, broken refs, broken cites

parent f364b4e1
Branches
No related tags found
No related merge requests found
......@@ -140,6 +140,8 @@
\newcommand{\with}{\mathbin{\&}}
\DeclareMathOperator*{\With}{\&}
\newcommand{\dyncaseofX}{\kw{tycase}}
\newcommand{\elseZandmore}{\pipe\,}
\newcommand{\dyncaseofXthenOnePairSumU}[5]{\kw{tycase} #1\,\{ #2 \pipe #3 \pipe #4 \pipe #5 \}}
\newcommand{\dyncaseofXthenYelseZ}[3]{\kw{tycase} #1\,\{ #2 \pipe #3 \}}
\newcommand{\dyncocaseWithFunF}[3]{\{\with \mapsto #1 \pipe (\to) \mapsto #2 \pipe \u F \mapsto #3 \}}
......
This diff is collapsed.
......@@ -120,6 +120,7 @@
@STRING{icfp16 = icfp # ", Nara, Japan" }
@STRING{icfp17 = icfp # ", Oxford, United Kingdom" }
@STRING{icfp18 = icfp # ", St. Louis, Missouri" }
@STRING{icfp19 = icfp # ", Berlin, Germany" }
% ----
@STRING{oopsla = "{ACM} {S}ymposium on {O}bject {O}riented {P}rogramming:
......@@ -776,14 +777,6 @@ year = "2001"}
year = {2011},
}
@article{newlicata2018-fscd,
author = {Max S. New and
Daniel R. Licata},
title = {Call-by-name Gradual Type Theory},
journal = {FSCD},
year = {2018},
}
@article{martinlof83sienna,
year = {1983/1996},
journal = {Nordic Journal of Philosophical Logic},
......@@ -1129,7 +1122,8 @@ pages="396--410",
@inproceedings{nakano,
title={A modality for recursion},
author={Nakano, Hiroshi},
booktitle={Logic in Computer Science, 2000. Proceedings. 15th Annual IEEE Symposium on},
booktitle=lics00,
year = {2000},
}
@inproceedings{levy17popl,
author = {Levy, Paul Blain},
......@@ -1241,3 +1235,46 @@ journal = {CoRR},
url = {https://arxiv.org/abs/1811.02440},
}
@inproceedings{newlicataahmed19,
author = {Max S. New and Daniel R. Licata and Amal Ahmed},
title = {Gradual Type Theory},
year = {2019},
booktitle = popl19,
}
@article{newlicata2018,
author = {Max S. New and
Daniel R. Licata},
title = {Call-by-name Gradual Type Theory},
journal = {FSCD},
year = 2018,
}
@article{newlicata2020,
author = {Max S. New and Daniel R. Licata},
title = {Call-by-name Gradual Type Theory},
journal = {LMCS},
year = {2020},
}
@inproceedings{newjamnerahmed20,
author = {Max S. New and Dustin Jamner and Amal Ahmed},
title = {Graduality and Parametricity: Together Again for the First Time},
booktitle = popl20,
year = {2020},
}
@inproceedings{eremonditantergarcia19,
author = {Joseph Eremondi and \`Eric Tanter and Ronald Garcia},
title = { Approximate Normalization for Dependent Gradual Types },
booktitle = icfp19,
year = {2019},
}
@inproceedings{pedrottabareau20,
author={P\'{e}drot, Pierre-Marie and Tabareau, Nicolas},
title = {The Fire Triangle: How to Mix Substitution, Dependent Elimination, and Effects},
year = {2020},
booktitle = popl20,
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment