package sihl

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val names : string list
val total : ([< `Read | `Set_and_create ], t, int) Fieldslib.Field.t_with_perm
val make_creator : total: (([< `Read | `Set_and_create ], t, int) Fieldslib.Field.t_with_perm -> 'a -> ('b -> int) * 'c) -> 'd -> ('e -> t) * 'f
val create : total:int -> t
val map : total: (([< `Read | `Set_and_create ], t, int) Fieldslib.Field.t_with_perm -> int) -> t
val iter : total: (([< `Read | `Set_and_create ], t, int) Fieldslib.Field.t_with_perm -> unit) -> unit
val fold : init:'a -> total: ('b -> ([< `Read | `Set_and_create ], t, int) Fieldslib.Field.t_with_perm -> 'c) -> 'd
val map_poly : ([< `Read | `Set_and_create ], t, 'a) Fieldslib.Field.user -> 'b list
val for_all : total: (([< `Read | `Set_and_create ], t, int) Fieldslib.Field.t_with_perm -> bool) -> bool
val exists : total: (([< `Read | `Set_and_create ], t, int) Fieldslib.Field.t_with_perm -> bool) -> bool
val to_list : total: (([< `Read | `Set_and_create ], t, int) Fieldslib.Field.t_with_perm -> 'a) -> 'b list
module Direct : sig ... end