Skip to content

Commit

Permalink
papers: add
Browse files Browse the repository at this point in the history
  • Loading branch information
ice1000 committed Dec 2, 2024
1 parent c809065 commit d670d50
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion src/.vitepress/readings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ const benjaminGregoire: Author = {
name: 'Benjamin Grégoire',
link: 'https://www-sop.inria.fr/members/Benjamin.Gregoire',
}
const brigittePientka: Author = {
name: 'Brigitte Pientka',
link: 'https://www.cs.mcgill.ca/~bpientka/',
}

const universes: PublicationItem[] = [
{
Expand Down Expand Up @@ -335,14 +339,26 @@ const implicits: PublicationItem[] = [
['doi', '10.1145/1577824.1577832'],
['online', 'https://www.cs.cmu.edu/~jcreed/papers/csl08-hocs.pdf']
]
},
{
title: 'Getting into the Flow: Towards Better Type Error Messages for Constraint-Based Type Inference',
authors: [
{ name: 'Ishan Bhanuka' },
{ name: 'Lionel Parreaux' },
{ name: 'David Binder' },
{ name: 'Jonathan Immanuel Brachthäuser' }
],
links: [
['doi', '10.1145/3622812']
]
}
]

const patterns: PublicationItem[] = [
{
title: 'Copatterns: programming infinite structures by observations',
authors: [aa,
{ name: 'Brigitte Pientka' },
brigittePientka,
{ name: 'David Thibodeau' },
{ name: 'Anton Setzer' }
],
Expand Down

0 comments on commit d670d50

Please sign in to comment.