arrow-optics / arrow.optics / Fold / choice
open infix fun <C> choice(other: Fold<C, A>): Fold<Either<S, C>, A>
open infix fun <C> choice(other:
Fold
<C, A>):
<Either<S, C>, A>
Join two Fold with the same target
Do you like Arrow?