Join Slack
Powered by
If you have nested data types like yours `Either&l...
# arrow
s
simon.vergauwen
05/22/2018, 2:29 PM
If you have nested data types like yours
Either<E, Option<A>>
you can use "monad transformers" to ease working with them.
Open in Slack
Previous
Next