diff options
author | JJ | 2023-11-25 10:08:46 +0000 |
---|---|---|
committer | JJ | 2023-11-25 10:08:46 +0000 |
commit | d2f845d7982d305022f4313c0faa343ae11693ad (patch) | |
tree | e28bec672c028a0716ed6669e26c387fa9fa97cf /computation/effects.md | |
parent | 384af43d4220eb93abe06668210c594923fb9a8c (diff) |
meow
Diffstat (limited to 'computation/effects.md')
-rw-r--r-- | computation/effects.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/computation/effects.md b/computation/effects.md index 98312c5..50be541 100644 --- a/computation/effects.md +++ b/computation/effects.md @@ -1,3 +1,8 @@ +--- +layout: computation +title: computation/effects +--- + # effects posts @@ -5,7 +10,7 @@ posts - [Exotic Programming Ideas: Effect Systems](https://www.stephendiehl.com/posts/exotic03.html) - [Faking algebraic effects and handlers with traits](https://blog.shtsoft.eu/2022/12/22/effect-trait-dp.html) - [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) +- [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) |