package core

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val iter : 'a t -> summary:(('a t, string) Fieldslib.Field.t -> 'a t -> string -> unit) -> readme: (('a t, string Base.Option.t) Fieldslib.Field.t -> 'a t -> string Base.Option.t -> unit) -> subcommands: (('a t, (string, 'a) Core_kernel.List.Assoc.t Core_kernel.Lazy.t) Fieldslib.Field.t -> 'a t -> (string, 'a) Core_kernel.List.Assoc.t Core_kernel.Lazy.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 Base.Option.t) Fieldslib.Field.t -> 'a t -> string Base.Option.t -> 'acc__2) -> subcommands: ('acc__2 -> ('a t, (string, 'a) Core_kernel.List.Assoc.t Core_kernel.Lazy.t) Fieldslib.Field.t -> 'a t -> (string, 'a) Core_kernel.List.Assoc.t Core_kernel.Lazy.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 Base.Option.t) Fieldslib.Field.t -> 'a t -> string Base.Option.t -> bool) -> subcommands: (('a t, (string, 'a) Core_kernel.List.Assoc.t Core_kernel.Lazy.t) Fieldslib.Field.t -> 'a t -> (string, 'a) Core_kernel.List.Assoc.t Core_kernel.Lazy.t -> bool) -> bool
val exists : 'a t -> summary:(('a t, string) Fieldslib.Field.t -> 'a t -> string -> bool) -> readme: (('a t, string Base.Option.t) Fieldslib.Field.t -> 'a t -> string Base.Option.t -> bool) -> subcommands: (('a t, (string, 'a) Core_kernel.List.Assoc.t Core_kernel.Lazy.t) Fieldslib.Field.t -> 'a t -> (string, 'a) Core_kernel.List.Assoc.t Core_kernel.Lazy.t -> bool) -> bool
val to_list : 'a t -> summary:(('a t, string) Fieldslib.Field.t -> 'a t -> string -> 'elem__) -> readme: (('a t, string Base.Option.t) Fieldslib.Field.t -> 'a t -> string Base.Option.t -> 'elem__) -> subcommands: (('a t, (string, 'a) Core_kernel.List.Assoc.t Core_kernel.Lazy.t) Fieldslib.Field.t -> 'a t -> (string, 'a) Core_kernel.List.Assoc.t Core_kernel.Lazy.t -> 'elem__) -> 'elem__ list
val map : 'a t -> summary:(('a t, string) Fieldslib.Field.t -> 'a t -> string -> string) -> readme: (('a t, string Base.Option.t) Fieldslib.Field.t -> 'a t -> string Base.Option.t -> string Base.Option.t) -> subcommands: (('a t, (string, 'a) Core_kernel.List.Assoc.t Core_kernel.Lazy.t) Fieldslib.Field.t -> 'a t -> (string, 'a) Core_kernel.List.Assoc.t Core_kernel.Lazy.t -> (string, 'a) Core_kernel.List.Assoc.t Core_kernel.Lazy.t) -> 'a t
val set_all_mutable_fields : 'a t -> unit