Is there any built-in specialization of `fold` tha...
# arrow
e
Is there any built-in specialization of
fold
that's only applicable for
Either<E, Unit>
? Basically I want to do handle potential error-case or unpack it so we don't have a dangling Either.
getOrElse
seems to do the trick, thx! rubber duckarrow intensifies
arrow intensifies 2