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