A framework for higher-order effects & handlers.
Saved in:
| Title: | A framework for higher-order effects & handlers. |
|---|---|
| Authors: | van den Berg, Birthe1 (AUTHOR), Schrijvers, Tom1 (AUTHOR) tom.schrijvers@kuleuven.be |
| Source: | Science of Computer Programming. May2024, Vol. 234, pN.PAG-N.PAG. 1p. |
| Subjects: | Authorship in literature, Syntax (Grammar), Semantics |
| Abstract: | Algebraic effects & handlers are a modular approach for modeling side-effects in functional programming. Their syntax is defined in terms of a signature of effectful operations, encoded as a functor, that are plugged into the free monad; their denotational semantics is defined by fold-style handlers that only interpret their part of the syntax and forward the rest. However, not all effects are algebraic: some need to access an internal computation. For example, scoped effects distinguish between a computation in scope and out of scope; parallel effects parallelize over a computation, latent effects defer a computation. Separate definitions have been proposed for these higher-order effects and their corresponding handlers, often leading to expedient and complex monad definitions. In this work we propose a generic framework for higher-order effects, generalizing algebraic effects & handlers: a generic free monad with higher-order effect signatures and a corresponding interpreter. Specializing this higher-order syntax leads to various definitions of previously defined (scoped, parallel, latent) and novel (writer, bracketing) effects. Furthermore, we formally show our framework theoretically correct, also putting different effect instances on formal footing; a significant contribution for parallel, latent, writer and bracketing effects. • A generic monad and recursion scheme with higher-order effect signatures. • A modeling of different classes of effects, both from the literature and novel. • Practical programming examples. • A categorical model based on a free-forgetful adjunction proves our monad is free. [ABSTRACT FROM AUTHOR] |
| Copyright of Science of Computer Programming is the property of Elsevier B.V. and its content may not be copied or emailed to multiple sites without the copyright holder's express written permission. Additionally, content may not be used with any artificial intelligence tools or machine learning technologies. However, users may print, download, or email articles for individual use. This abstract may be abridged. No warranty is given about the accuracy of the copy. Users should refer to the original published version of the material for the full abstract. (Copyright applies to all Abstracts.) | |
| Database: | Engineering Source |
Be the first to leave a comment!