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__ -> summary:('acc__ -> ('a
t
, string)
Fieldslib.Field.t
-> 'a
t
-> string -> 'acc__) -> readme:('acc__ -> ('a
t
, string
Core_kernel.Std.sexp_option
)
Fieldslib.Field.t
-> 'a
t
-> string
Core_kernel.Std.sexp_option
-> 'acc__) -> subcommands:('acc__ -> ('a
t
, (string, 'a)
Core_kernel.Std.List.Assoc.t
)
Fieldslib.Field.t
-> 'a
t
-> (string, 'a)
Core_kernel.Std.List.Assoc.t
-> 'acc__) -> 'acc__
val
set_all_mutable_fields : 'a
t
-> unit