September 2017
Beginner to intermediate
396 pages
9h 46m
English
So far, we have seen different monad transformers dedicated to specific causes. What if we would like to work with more than one transformer at the same time? In this recipe, we will be doing exactly that! We will work with Reader and Writer transformers with IO monad.
We will revisit the cursor example that we wrote earlier and then transform it to use it with multiple monad transformers.
Read now
Unlock full access