We will now see how we can combine the functionality of multiple monads. To do this, let us revisit the API sequencing problem....
series-monads
5 Articles
5
In this article we will learn about a new monad – the Writer monad...
A common requirement is to call various APIs in a sequence, any of which may fail. We see how to implement this requirement in a clean way using monads....
In this exercise we are going to solve a variation of the robot kata. This version is called the Lost Robot kata....
Monads have a reputation as being a very complicated aspect of functional programming. In this article we demystify them and learn how to apply monads in our code...