Up

Module Direct

Signature

val iter : 'a t -> summary:(('a t, string) Fieldslib.Field.t -> 'a t -> string -> unit) -> readme:(('a t, string Core_kernel.Std.sexp_option) Fieldslib.Field.t -> 'a t -> string Core_kernel.Std.sexp_option -> unit) -> subcommands:(('a t, (string, 'a) Core_kernel.Std.List.Assoc.t) Fieldslib.Field.t -> 'a t -> (string, 'a) Core_kernel.Std.List.Assoc.t -> unit) -> unit
val fold : 'a t -> init:'acc__0 -> summary:('acc__0 -> ('a t, string) Fieldslib.Field.t -> 'a t -> string -> 'acc__1) -> readme:('acc__1 -> ('a t, string Core_kernel.Std.sexp_option) Fieldslib.Field.t -> 'a t -> string Core_kernel.Std.sexp_option -> 'acc__2) -> subcommands:('acc__2 -> ('a t, (string, 'a) Core_kernel.Std.List.Assoc.t) Fieldslib.Field.t -> 'a t -> (string, 'a) Core_kernel.Std.List.Assoc.t -> 'acc__3) -> 'acc__3
val for_all : 'a t -> summary:(('a t, string) Fieldslib.Field.t -> 'a t -> string -> bool) -> readme:(('a t, string Core_kernel.Std.sexp_option) Fieldslib.Field.t -> 'a t -> string Core_kernel.Std.sexp_option -> bool) -> subcommands:(('a t, (string, 'a) Core_kernel.Std.List.Assoc.t) Fieldslib.Field.t -> 'a t -> (string, 'a) Core_kernel.Std.List.Assoc.t -> bool) -> bool
val exists : 'a t -> summary:(('a t, string) Fieldslib.Field.t -> 'a t -> string -> bool) -> readme:(('a t, string Core_kernel.Std.sexp_option) Fieldslib.Field.t -> 'a t -> string Core_kernel.Std.sexp_option -> bool) -> subcommands:(('a t, (string, 'a) Core_kernel.Std.List.Assoc.t) Fieldslib.Field.t -> 'a t -> (string, 'a) Core_kernel.Std.List.Assoc.t -> bool) -> bool
val to_list : 'a t -> summary:(('a t, string) Fieldslib.Field.t -> 'a t -> string -> 'elem__) -> readme:(('a t, string Core_kernel.Std.sexp_option) Fieldslib.Field.t -> 'a t -> string Core_kernel.Std.sexp_option -> 'elem__) -> subcommands:(('a t, (string, 'a) Core_kernel.Std.List.Assoc.t) Fieldslib.Field.t -> 'a t -> (string, 'a) Core_kernel.Std.List.Assoc.t -> 'elem__) -> 'elem__ list
val map : 'a t -> summary:(('a t, string) Fieldslib.Field.t -> 'a t -> string -> string) -> readme:(('a t, string Core_kernel.Std.sexp_option) Fieldslib.Field.t -> 'a t -> string Core_kernel.Std.sexp_option -> string Core_kernel.Std.sexp_option) -> subcommands:(('a t, (string, 'a) Core_kernel.Std.List.Assoc.t) Fieldslib.Field.t -> 'a t -> (string, 'a) Core_kernel.Std.List.Assoc.t -> (string, 'a) Core_kernel.Std.List.Assoc.t) -> 'a t
val set_all_mutable_fields : 'a t -> unit