Is there any benefit of using `Either<Throwable...
# arrow
v
Is there any benefit of using
Either<Throwable, SomeType>
over
Try<SomeType>
?