Up

Module Fields

Signature

val names : string list
val flags : (t, Flag_info.t list) Fieldslib.Field.t
val anons : (t, anons) Fieldslib.Field.t
val summary : (t, string) Fieldslib.Field.t
val fold : init:'acc__ -> summary:('acc__ -> (t, string) Fieldslib.Field.t -> 'acc__) -> readme:('acc__ -> (t, string Core_kernel.Std.sexp_option) Fieldslib.Field.t -> 'acc__) -> anons:('acc__ -> (t, anons) Fieldslib.Field.t -> 'acc__) -> flags:('acc__ -> (t, Flag_info.t list) Fieldslib.Field.t -> 'acc__) -> 'acc__
val make_creator : summary:((t, string) Fieldslib.Field.t -> 'compile_acc__ -> ('input__ -> string) * 'compile_acc__) -> readme:((t, string Core_kernel.Std.sexp_option) Fieldslib.Field.t -> 'compile_acc__ -> ('input__ -> string Core_kernel.Std.sexp_option) * 'compile_acc__) -> anons:((t, anons) Fieldslib.Field.t -> 'compile_acc__ -> ('input__ -> anons) * 'compile_acc__) -> flags:((t, Flag_info.t list) Fieldslib.Field.t -> 'compile_acc__ -> ('input__ -> Flag_info.t list) * 'compile_acc__) -> 'compile_acc__ -> ('input__ -> t) * 'compile_acc__
val create : summary:string -> readme:string Core_kernel.Std.sexp_option -> anons:anons -> flags:Flag_info.t list -> t
val map : summary:((t, string) Fieldslib.Field.t -> string) -> readme:((t, string Core_kernel.Std.sexp_option) Fieldslib.Field.t -> string Core_kernel.Std.sexp_option) -> anons:((t, anons) Fieldslib.Field.t -> anons) -> flags:((t, Flag_info.t list) Fieldslib.Field.t -> Flag_info.t list) -> t
val iter : summary:((t, string) Fieldslib.Field.t -> unit) -> readme:((t, string Core_kernel.Std.sexp_option) Fieldslib.Field.t -> unit) -> anons:((t, anons) Fieldslib.Field.t -> unit) -> flags:((t, Flag_info.t list) Fieldslib.Field.t -> unit) -> unit
val for_all : summary:((t, string) Fieldslib.Field.t -> bool) -> readme:((t, string Core_kernel.Std.sexp_option) Fieldslib.Field.t -> bool) -> anons:((t, anons) Fieldslib.Field.t -> bool) -> flags:((t, Flag_info.t list) Fieldslib.Field.t -> bool) -> bool
val exists : summary:((t, string) Fieldslib.Field.t -> bool) -> readme:((t, string Core_kernel.Std.sexp_option) Fieldslib.Field.t -> bool) -> anons:((t, anons) Fieldslib.Field.t -> bool) -> flags:((t, Flag_info.t list) Fieldslib.Field.t -> bool) -> bool
val to_list : summary:((t, string) Fieldslib.Field.t -> 'elem__) -> readme:((t, string Core_kernel.Std.sexp_option) Fieldslib.Field.t -> 'elem__) -> anons:((t, anons) Fieldslib.Field.t -> 'elem__) -> flags:((t, Flag_info.t list) Fieldslib.Field.t -> 'elem__) -> 'elem__ list
val map_poly : ([<
| `Read
| `Set_and_create
], t, 'x0) Fieldslib.Field.user -> 'x0 list
module Direct : sig .. end