Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add two of my papers. #202

Merged
merged 1 commit into from
Oct 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 19 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,14 @@ in various programming languages.

### 2023

* **Verifying an Effect-Handler-Based Define-By-Run Reverse-Mode AD Library** (LMCS 2023)
by Paulo Emílio de Vilhena and François Pottier
([doi](https://doi.org/10.46298/lmcs-19(4:5)2023))
([dblp](https://dblp.uni-trier.de/rec/journals/lmcs/VilhenaP23.html))
([bibtex](https://dblp.uni-trier.de/rec/journals/lmcs/VilhenaP23.html?view=bibtex))
([pdf](https://devilhena-paulo.github.io/files/verifying-rmad.pdf))
([Coq formalisation](https://gitlab.inria.fr/cambium/hazel/-/blob/master/papers/LMCS-RMAD.md))

* **From Capabilities to Regions: Enabling Efficient Compilation of Lexical Effect Handlers** (OOPSLA 2023)
by Marius Müller, Philipp Schuster, Jonathan Lindegaard Starup, Klaus Ostermann, and Jonathan Immanuel Brachthäuser
([doi](https://doi.org/10.1145/3622831))
Expand Down Expand Up @@ -306,6 +314,14 @@ in various programming languages.
([bibtex](https://dblp.uni-trier.de/rec/journals/pacmpl/LutzeMSB23.html?view=bibtex))
([pdf](https://dl.acm.org/doi/pdf/10.1145/3607846))

* **A Type System for Effect Handlers and Dynamic Labels** (ESOP 2023)
by Paulo Emílio de Vilhena and François Pottier
([doi](https://link.springer.com/chapter/10.1007/978-3-031-30044-8_9))
([dblp](https://dblp.uni-trier.de/rec/conf/esop/VilhenaP23.html))
([bibtex](https://dblp.uni-trier.de/rec/conf/esop/VilhenaP23.html?view=bibtex))
([pdf](https://devilhena-paulo.github.io/files/tes.pdf))
([Coq formalisation](https://gitlab.inria.fr/cambium/tes))

* **Hefty Algebras: Modular Elaboration of Higher-Order Algebraic Effects** (POPL 2023)
by Casper Bach Poulsen and Cas van der Rest
([doi](https://doi.org/10.1145/3571255))
Expand Down Expand Up @@ -504,12 +520,13 @@ in various programming languages.
by Casper Bach Poulsen, Cas van der Rest, and Tom Schrijvers
([pdf](https://casvdrest.github.io/staged-effects.agda/pepm21.pdf))

* **A separation logic for effect handlers** (POPL 2021)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FWIW this is the spelling of the title as indexed on the ACM digital library.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! I'll see if I can fix that as well.

* **A Separation Logic for Effect Handlers** (POPL 2021)
by Paulo Emílio de Vilhena and François Pottier
([doi](https://doi.org/10.1145/3434314))
([dblp](https://dblp.uni-trier.de/rec/journals/pacmpl/VilhenaP21.html))
([bibtex](https://dblp.uni-trier.de/rec/journals/pacmpl/VilhenaP21.html?view=bibtex))
([pdf](https://inria.hal.science/hal-03049514v1/document))
([pdf](https://devilhena-paulo.github.io/files/separation-logic-effect-handlers.pdf))
([Coq formalisation](https://gitlab.inria.fr/cambium/hazel))

* **Asynchronous effects** (POPL 2021)
by Danel Ahman and Matija Pretnar
Expand Down
Loading