diff options
Diffstat (limited to 'computation/effects.md')
-rw-r--r-- | computation/effects.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/computation/effects.md b/computation/effects.md index ac11fae..98312c5 100644 --- a/computation/effects.md +++ b/computation/effects.md @@ -7,6 +7,7 @@ posts - [From deliminated continuations to algebraic effects](https://blog.poisson.chat/posts/2023-01-02-del-cont-examples.html) - [OCaml Effects Tutorial](https://github.com/ocaml-multicore/ocaml-effects-tutorial) - [Simple functional effects with tag unions](https://www.youtube.com/watch?v=7SidSvJcPd0) +- [Effect bibliography](https://github.com/yallop/effects-bibliography) papers - [What is algebraic about algebraic effects and handlers?](https://arxiv.org/abs/1807.05923) |