Skip to content

Commit 0400f00

Browse files
dhilyallop
andauthored
POPL24 papers (#188)
* POPL24 papers * Alternative link for shared state concurrency paper * Update link for "A Hierarchy of Monadic Effects for Program Verification using Equational Reasoning" SSL issue with previous link: ``` * [ERR] [https://staff.aist.go.jp/reynald.affeldt/documents/monae.pdf](https://staff.aist.go.jp/reynald.affeldt/documents/monae.pdf) | Failed: Network error: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed:ssl/statem/statem_clnt.c:1921: (unable to get local issuer certificate) ``` (#188 (comment)) * Updated link for "Extensible Denotational Language Specifications" SSL error with previous link: ``` * [ERR] [http://www.ccis.neu.edu/racket/pubs/tacs94-cf.ps.gz](http://www.ccis.neu.edu/racket/pubs/tacs94-cf.ps.gz) | Failed: Network error: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed:ssl/statem/statem_clnt.c:1921: (unable to get local issuer certificate) ``` (#188 (comment)) --------- Co-authored-by: Jeremy Yallop <jeremy.yallop@cl.cam.ac.uk>
1 parent 5d08047 commit 0400f00

File tree

1 file changed

+27
-4
lines changed

1 file changed

+27
-4
lines changed

README.md

+27-4
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,29 @@ in various programming languages.
207207

208208
## Papers
209209

210+
### 2024
211+
212+
* **Soundly Handling Linearity** (POPL 2024)
213+
by Wenhao Tang, Daniel Hillerström, Sam Lindley, and J. Garrett Morris
214+
([doi](https://doi.org/10.1145/3632896))
215+
([pdf](https://dl.acm.org/doi/pdf/10.1145/3632896))
216+
217+
* **On Model-Checking Higher-Order Effectful Programs** (POPL 2024)
218+
by Ugo Dal Lago and Alexis Ghyselen
219+
([doi](https://doi.org/10.1145/3632929))
220+
([pdf](https://dl.acm.org/doi/pdf/10.1145/3632929))
221+
([pdf (extended version)](https://arxiv.org/abs/2308.16542))
222+
223+
* **Effectful Software Contracts** (POPL 2024)
224+
by Cameron Moy, Christos Dimoulas, and Matthias Felleisen
225+
([doi](https://doi.org/10.1145/3632930))
226+
([pdf](https://dl.acm.org/doi/pdf/10.1145/3632930))
227+
228+
* **An Intrinsically Typed Compiler for Algebraic Effect Handlers** (PEPM 2024)
229+
by Syouki Tsuyama, Youyou Cong, and Hidehiko Masuhara
230+
([doi](https://doi.org/10.1145/3635800.3636968))
231+
([pdf](https://dl.acm.org/doi/pdf/10.1145/3635800.3636968))
232+
210233
### 2023
211234

212235

@@ -249,14 +272,14 @@ in various programming languages.
249272
* **Modular probabilistic models via algebraic effects** (ICFP 2022)
250273
by Minh Nguyen, Roly Perera, Meng Wang, and Nicolas Wu
251274
([pdf](https://dl.acm.org/doi/pdf/10.1145/3547635))
252-
275+
253276
* **Automated Temporal Verification for Algebraic Effects** (APLAS 2022)
254277
by Yahui Song, Darius Foo, and Wei-Ngan Chin
255278
([pdf](https://www.comp.nus.edu.sg/~yahuis/APLAS2022.pdf))
256279

257280
* **An Algebraic Theory for Shared-State Concurrency** (APLAS 2022)
258281
by Yotam Dvir, Ohad Kammar, and Ori Lahav
259-
([pdf](https://yotamdvir.github.io/publications/an-algebraic-theory-for-shared-state-concurrency/paper.pdf))
282+
([pdf](https://www.cs.tau.ac.il/~orilahav/papers/aplas22full.pdf))
260283

261284
* **First-class Names for Effect Handlers** (OOPSLA 2022)
262285
by Ningning Xie, Youyou Cong, Kazuki Ikemori, and Daan Leijen
@@ -533,7 +556,7 @@ in various programming languages.
533556

534557
* **A Hierarchy of Monadic Effects for Program Verification using Equational Reasoning** (MPC 2019)
535558
by Reynald Affeldt, David Nowak, and Takafumi Saikawa
536-
([pdf](https://staff.aist.go.jp/reynald.affeldt/documents/monae.pdf)) ([GitHub](https://github.com/affeldt-aist/monae))
559+
([pdf](https://hal.science/hal-02359796v1/preview/monae.pdf)) ([GitHub](https://github.com/affeldt-aist/monae))
537560

538561
* **Handling Local State with Global State** (MPC 2019)
539562
by Koen Pauwels, Tom Schrijvers, and Shin-Cheng Mu
@@ -997,7 +1020,7 @@ in various programming languages.
9971020

9981021
* **Extensible Denotational Language Specifications** (TACS 1994)
9991022
by Robert Cartwright and Matthias Felleisen
1000-
([ps.gz](http://www.ccis.neu.edu/racket/pubs/tacs94-cf.ps.gz))
1023+
([ps.gz](http://www.cs.rice.edu/CS/PLT/Publications/Scheme/tacs94-cf.ps.gz))
10011024

10021025
* **Building interpreters by transforming stratified monads** (Unpublished, 1994)
10031026
by David Espinosa

0 commit comments

Comments
 (0)