if I am wrapping some Java lib methods, that can t...
# arrow
n
if I am wrapping some Java lib methods, that can throw an exception, in a monad, what advantages does the
monadError()
monad give over just
monad()
?