1 comments

  • i_don_t_know52 minutes ago
    Chapter 9 and section 10.7 of this book show some interesting (and to me unexpected) uses of effects in Ocaml and how they compare to implementations based on monads:<p><a href="https:&#x2F;&#x2F;lukstafi.github.io&#x2F;curious-ocaml&#x2F;new_book.html" rel="nofollow">https:&#x2F;&#x2F;lukstafi.github.io&#x2F;curious-ocaml&#x2F;new_book.html</a><p>The dscheck model-checker is another interesting application of effects: <a href="https:&#x2F;&#x2F;github.com&#x2F;ocaml-multicore&#x2F;dscheck" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;ocaml-multicore&#x2F;dscheck</a>