Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
OCaml
Sourceval map_of_either :
('a -> 'b) ->
('c -> 'd) ->
('a, 'c) Common.either ->
('b, 'd) Common.either
val map_of_either3 :
('a -> 'b) ->
('c -> 'd) ->
('e -> 'f) ->
('a, 'c, 'e) Common.either3 ->
('b, 'd, 'f) Common.either3
val v_either3 :
('a -> unit) ->
('b -> unit) ->
('c -> unit) ->
('a, 'b, 'c) Common.either3 ->
unit