arrow-optics / arrow.optics / Fold / right
open fun <C> right(): Fold<Either<C, S>, Either<C, A>>
open fun <C> right():
Fold
<Either<C, S>, Either<C, A>>
Create a sum of a type C and the Fold
Do you like Arrow?