Hello,
I'm often using the Maybe monad to combine Maybe computations one after the other without conditionals.
But
I'm not sure how to do it, when I have several operations which return
Maybe and I want all the indiviual values in the end, not a combination
of the values.