As in that `Try.map { f() }` catches but `Functor[...
# arrow
s
As in that
Try.map { f() }
catches but
Functor[Try].map(try)(a => f(a))
doesn’t