Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val string_of_v : ?max_depth:int -> v -> string
val vof_unit : unit -> v
val vof_bool : bool -> v
val vof_int : int -> v
val vof_float : float -> v
val vof_string : string -> v
val vof_either : ('a -> v) -> ('b -> v) -> ('a, 'b) Common.either -> v
val vof_either3 :
('a -> v) ->
('b -> v) ->
('c -> v) ->
('a, 'b, 'c) Common.either3 ->
v
val int_ofv : v -> int
val float_ofv : v -> float
val unit_ofv : v -> unit
val string_ofv : v -> string
val 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_either : ('a -> unit) -> ('b -> unit) -> ('a, 'b) Common.either -> unit
val v_either3 :
('a -> unit) ->
('b -> unit) ->
('c -> unit) ->
('a, 'b, 'c) Common.either3 ->
unit