package core

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val at_most_once : (t, Base.bool) Fieldslib.Field.t
val at_least_once : (t, Base.bool) Fieldslib.Field.t
val fold : init:'acc__0 -> at_least_once:('acc__0 -> (t, Base.bool) Fieldslib.Field.t -> 'acc__1) -> at_most_once:('acc__1 -> (t, Base.bool) Fieldslib.Field.t -> 'acc__2) -> 'acc__2
val make_creator : at_least_once: ((t, Base.bool) Fieldslib.Field.t -> 'acc__0 -> ('input__ -> Base.bool) * 'acc__1) -> at_most_once: ((t, Base.bool) Fieldslib.Field.t -> 'acc__1 -> ('input__ -> Base.bool) * 'acc__2) -> 'acc__0 -> ('input__ -> t) * 'acc__2
val create : at_least_once:Base.bool -> at_most_once:Base.bool -> t
val map : at_least_once:((t, Base.bool) Fieldslib.Field.t -> Base.bool) -> at_most_once:((t, Base.bool) Fieldslib.Field.t -> Base.bool) -> t
val iter : at_least_once:((t, Base.bool) Fieldslib.Field.t -> Base.unit) -> at_most_once:((t, Base.bool) Fieldslib.Field.t -> Base.unit) -> Base.unit
val for_all : at_least_once:((t, Base.bool) Fieldslib.Field.t -> Base.bool) -> at_most_once:((t, Base.bool) Fieldslib.Field.t -> Base.bool) -> Base.bool
val exists : at_least_once:((t, Base.bool) Fieldslib.Field.t -> Base.bool) -> at_most_once:((t, Base.bool) Fieldslib.Field.t -> Base.bool) -> Base.bool
val to_list : at_least_once:((t, Base.bool) Fieldslib.Field.t -> 'elem__) -> at_most_once:((t, Base.bool) Fieldslib.Field.t -> 'elem__) -> 'elem__ Base.list
val map_poly : ([< `Read | `Set_and_create ], t, 'x0) Fieldslib.Field.user -> 'x0 Base.list
module Direct : sig ... end