paperbot · PL 论文追踪

RSS

Modal Effect Types

OOPSLA 9(OOPSLA1)2025
Wenhao Tang, Leo White, Stephen Dolan, Daniel Hillerström, Sam Lindley, Anton Lorenzen

尚未生成 AI 速览(可能缺少 API key 或等待下次运行补跑)。

原文摘要(Abstract)

Effect handlers are a powerful abstraction for defining, customising, and composing computational effects. Statically ensuring that all effect operations are handled requires some form of effect system, but using a traditional effect system would require adding extensive effect annotations to the millions of lines of existing code in these languages. Recent proposals seek to address this problem by removing the need for explicit effect polymorphism. However, they typically rely on fragile syntactic mechanisms or on introducing a separate notion of second-class function. We introduce a novel approach based on modal effect types.

链接与引用

DOI 原文 ·

BibTeX
@article{paperbot3186,
  title = {Modal Effect Types},
  author = {Wenhao Tang and Leo White and Stephen Dolan and Daniel Hillerström and Sam Lindley and Anton Lorenzen},
  journal = {Proceedings of the ACM on Programming Languages},
  volume = {9},
  number = {OOPSLA1},
  year = {2025},
  doi = {10.1145/3720476}
}