Monads and do-syntax for Elixir
Maybe monad for Elixir inspired by Rust Option type.
A way of using Either and Maybe monads in Elixir
Monadic HTTP application composition for plug and friends.
This project provides the equivalent of a Monad Typeclass similar to Haskell. The main difference though is that the typeclass is not abs...