I understand applicative vs monad style of programming, but most articles discuss this distinction with "simple" monads like Maybe
.
But what about monads like Reader
, Writer
and State
. Are there pracrical examples of using them in applicative way?