Choice.Via_dimap_and_righttype ('a, 'b) t = ('a, 'b) Req.tThe type held by the Choice.
val left :
('a, 'b) t ->
(('a, 'c) Preface_core.Shims.Either.t, ('b, 'c) Preface_core.Shims.Either.t)
tAct on the left parameter of the sum.
val right :
('a, 'b) t ->
(('c, 'a) Preface_core.Shims.Either.t, ('c, 'b) Preface_core.Shims.Either.t)
tAct on the right parameter of the sum.