Hacker News new | ask | show | jobs
by pharmakom 1689 days ago
I much prefer the Haskell / F# approach of using do-notation to allow the user to build their own syntax.

I don’t think I can build an Async<Either<E, T>> expression with Loom, for example.