Hacker News new | ask | show | jobs
by julian_1 3769 days ago
There are a couple of monadic IO systems for Ocaml - Lwt and Async which are pretty commonly used - and enable writing code using typed mutation/side effects.