FWIW, `Try<Unit>` is wrong but it's only bec...
# arrow
d
FWIW,
Try<Unit>
is wrong but it's only because
Try
is soon to be deprecated, not because of the Unit type param.
e
Errr…
Try
is going to be deprecated?
d
Yep, its purpose is getting rolled into
IO
According to the maintainers, whenever they tried to add async to
Try
, it turned into
IO
👍 1