Join Slack
Powered by
As in that `Try.map { f() }` catches but `Functor[...
# arrow
s
simon.vergauwen
12/14/2018, 9:33 AM
As in that
Try.map { f() }
catches but
Functor[Try].map(try)(a => f(a))
doesn’t
Open in Slack
Previous
Next