Algebraic effects


Topic history | v1 (current) | created by jjones

Details

Algebraic effects

| created by jjones | Add resource "Abilities in Unison"
Title
Algebraic effects
Description
Algebraic effects are an approach to computational effects based on a premise that impure behaviour arises from a set of operations such as get & set for mutable store, read & print for interactive input & output, or raise for exceptions. This naturally gives rise to handlers not only of exceptions, but of any other effect, yielding a novel concept that, amongst others, can capture stream redirection, backtracking, co-operative multi-threading, and delimited continuations.
Link
https://www.sciencedirect.com/science/article/pii/S1571066115000705

authors

This topic has no history of related authors.

topics

subtopic of Functional programming
v1 | attached by jjones | Add resource "Abilities in Unison"
e.g. Unison Abilities
v1 | attached by jjones | Add resource "Abilities in Unison"