>handle exception throwing There’s `Try`, and ...
# arrow
p
handle exception throwing
There’s
Try
, and we’re on the way of deprecating it in favor of
Fx
arrow 1
😱 2
r
The overall story is that Arrow should only offer in its public API pure functions. We denote side effects as 'suspend' and on top of that Try can never yield pure functions because Try is eager and executes the effects on construction
arrow 1