Skip to content

Commit

Permalink
papers: add tt-in-tt
Browse files Browse the repository at this point in the history
  • Loading branch information
ice1000 committed Dec 2, 2024
1 parent d670d50 commit 5d758e1
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 12 deletions.
16 changes: 8 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 19 additions & 4 deletions src/.vitepress/readings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,15 @@ const benjaminGregoire: Author = {
}
const brigittePientka: Author = {
name: 'Brigitte Pientka',
link: 'https://www.cs.mcgill.ca/~bpientka/',
link: 'https://www.cs.mcgill.ca/~bpientka',
}
const altenkirch: Author = {
name: 'Thorsten Altenkirch',
link: 'https://people.cs.nott.ac.uk/psztxa',
}
const jcreed: Author = {
name: 'Jason Reed',
link: 'http://jcreed.org',
}

const universes: PublicationItem[] = [
Expand Down Expand Up @@ -152,6 +160,15 @@ const equality: PublicationItem[] = [
['doi', '10.23638/LMCS-16(1:10)2020']
],
},
{
title: 'Type Theory in Type Theory using Quotient Inductive Types',
authors: [altenkirch, akaposi],
venue: 'POPL 2016',
links: [
['doi', '10.1145/2837614.2837638'],
['online', 'https://people.cs.nott.ac.uk/psztxa/publ/tt-in-tt.pdf']
]
},
{
title: 'Contributions to Multimode and Presheaf Type Theory',
authors: [{
Expand Down Expand Up @@ -331,9 +348,7 @@ const implicits: PublicationItem[] = [
},
{
title: 'Higher-Order Constraint Simplification In Dependent Type Theory',
authors: [{
name: 'Jason Reed',
}],
authors: [jcreed],
venue: 'LFMTP 2009',
links: [
['doi', '10.1145/1577824.1577832'],
Expand Down

0 comments on commit 5d758e1

Please sign in to comment.