Still you can use `Either.catch` but really you sh...
# arrow
r
Still you can use
Either.catch
but really you should be using IO if you are dealing with effects
y
We use it for things like json parsing/serializing. The outside effect that received it already happened, this is business logic that can go awry.