`bindingCatch` is only available if your data type...
# arrow
s
bindingCatch
is only available if your data type can represent a error of type
Throwable
such as
Try
or
Either<Throwable, ?>
. Since that is how
catch
works.