Monads and do-syntax for Elixir
This is an implementation of the `Try` and `Maybe` monads. Please see tests for examples.
With aspect: Monad chain, like Haskell's `do` or Clojure's `cats.core/alet`.
Functors, Monads and Applicatives with real encapsulation
Monads and do-syntax for Elixir
This project provides the equivalent of a Monad Typeclass similar to Haskell. The main difference though is that the typeclass is not abs...
Monadic HTTP application composition for plug and friends.
(OK fork) Elegant error/exception handling in Elixir, with result monads.