May 30, 2015
Monads in Elixir
This post is not about what monads are, I expect that you already know about them. The post is to see how you can use monads in Elixir using already
8 min read min read
This post is not about what monads are, I expect that you already know about them. The post is to see how you can use monads in Elixir using already
Disclaimer: I dont claim to completely understand what monads are as I am still learning more about them but this is my attempt to explain it how I understand it.