it's not clear to me how to specify the error type...
# arrow
i
it's not clear to me how to specify the error type in
IO
. I'm using a sealed class, but looks like
IO
is automatically catching the
Throwable
, kinda like
Try