Over_profunctor_via_right.R
type ('a, 'b) t = ('a, 'b) P.t
The type held by the Choice Profunctor.
Choice Profunctor
val right : ('a, 'b) t -> (('c, 'a) Stdlib.Either.t, ('c, 'b) Stdlib.Either.t) t
Act on the right parameter of the sum.