AJ

A.J.P. Jacques

Authored

1 records found

Concurrency with effects and handlers

Implementing concurrency with nondeterminism using algebraic effects and handlers

Algebraic effects and handlers are a new paradigm in functional programming. They aim at modularly handling side effects, by separating the declaration of those effects, from how they are handled. In this paper, we show how we can leverage their use to create an interface for con ...