`handleErrorWith { e -> f(e).flatMap { raiseErr...
# arrow
p
handleErrorWith { e -> f(e).flatMap { raiseError(e) } }
👍 2
m
Thanks!