package sihl

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val iter : 'a t -> name: (([< `Read | `Set_and_create ], 'b t, Base.string) Fieldslib.Field.t_with_perm -> 'a t -> Base.string -> 'c) -> with_context: (([< `Read | `Set_and_create ], 'd t, Core.Ctx.t -> Core.Ctx.t) Fieldslib.Field.t_with_perm -> 'a t -> (Core.Ctx.t -> Core.Ctx.t) -> 'e) -> input_to_string: (([< `Read | `Set_and_create ], 'f t, 'f -> Base.string Base.option) Fieldslib.Field.t_with_perm -> 'a t -> ('g -> Base.string Base.option) -> 'h) -> string_to_input: (([< `Read | `Set_and_create ], 'i t, Base.string Base.option -> ('i, Base.string) Base.Result.t) Fieldslib.Field.t_with_perm -> 'a t -> (Base.string Base.option -> ('j, Base.string) Base.Result.t) -> 'k) -> handle: (([< `Read | `Set_and_create ], 'l t, Core.Ctx.t -> input:'l -> (Base.unit, Base.string) Base.Result.t Lwt.t) Fieldslib.Field.t_with_perm -> 'a t -> (Core.Ctx.t -> input:'m -> (Base.unit, Base.string) Base.Result.t Lwt.t) -> 'n) -> failed: (([< `Read | `Set_and_create ], 'o t, Core.Ctx.t -> (Base.unit, Base.string) Base.Result.t Lwt.t) Fieldslib.Field.t_with_perm -> 'a t -> (Core.Ctx.t -> (Base.unit, Base.string) Base.Result.t Lwt.t) -> 'p) -> max_tries: (([< `Read | `Set_and_create ], 'q t, Base.int) Fieldslib.Field.t_with_perm -> 'a t -> Base.int -> 'r) -> retry_delay: (([< `Read | `Set_and_create ], 's t, Utils.Time.duration) Fieldslib.Field.t_with_perm -> 'a t -> Utils.Time.duration -> 't) -> 'u
val fold : 'a t -> init:'b -> name: ('c -> ([< `Read | `Set_and_create ], 'd t, Base.string) Fieldslib.Field.t_with_perm -> 'a t -> Base.string -> 'e) -> with_context: ('f -> ([< `Read | `Set_and_create ], 'g t, Core.Ctx.t -> Core.Ctx.t) Fieldslib.Field.t_with_perm -> 'a t -> (Core.Ctx.t -> Core.Ctx.t) -> 'h) -> input_to_string: ('i -> ([< `Read | `Set_and_create ], 'j t, 'j -> Base.string Base.option) Fieldslib.Field.t_with_perm -> 'a t -> ('k -> Base.string Base.option) -> 'l) -> string_to_input: ('m -> ([< `Read | `Set_and_create ], 'n t, Base.string Base.option -> ('n, Base.string) Base.Result.t) Fieldslib.Field.t_with_perm -> 'a t -> (Base.string Base.option -> ('o, Base.string) Base.Result.t) -> 'p) -> handle: ('q -> ([< `Read | `Set_and_create ], 'r t, Core.Ctx.t -> input:'r -> (Base.unit, Base.string) Base.Result.t Lwt.t) Fieldslib.Field.t_with_perm -> 'a t -> (Core.Ctx.t -> input:'s -> (Base.unit, Base.string) Base.Result.t Lwt.t) -> 't) -> failed: ('u -> ([< `Read | `Set_and_create ], 'v t, Core.Ctx.t -> (Base.unit, Base.string) Base.Result.t Lwt.t) Fieldslib.Field.t_with_perm -> 'a t -> (Core.Ctx.t -> (Base.unit, Base.string) Base.Result.t Lwt.t) -> 'w) -> max_tries: ('x -> ([< `Read | `Set_and_create ], 'y t, Base.int) Fieldslib.Field.t_with_perm -> 'a t -> Base.int -> 'z) -> retry_delay: ('a1 -> ([< `Read | `Set_and_create ], 'b1 t, Utils.Time.duration) Fieldslib.Field.t_with_perm -> 'a t -> Utils.Time.duration -> 'c1) -> 'd1
val for_all : 'a t -> name: (([< `Read | `Set_and_create ], 'b t, Base.string) Fieldslib.Field.t_with_perm -> 'a t -> Base.string -> Base.bool) -> with_context: (([< `Read | `Set_and_create ], 'c t, Core.Ctx.t -> Core.Ctx.t) Fieldslib.Field.t_with_perm -> 'a t -> (Core.Ctx.t -> Core.Ctx.t) -> Base.bool) -> input_to_string: (([< `Read | `Set_and_create ], 'd t, 'd -> Base.string Base.option) Fieldslib.Field.t_with_perm -> 'a t -> ('e -> Base.string Base.option) -> Base.bool) -> string_to_input: (([< `Read | `Set_and_create ], 'f t, Base.string Base.option -> ('f, Base.string) Base.Result.t) Fieldslib.Field.t_with_perm -> 'a t -> (Base.string Base.option -> ('g, Base.string) Base.Result.t) -> Base.bool) -> handle: (([< `Read | `Set_and_create ], 'h t, Core.Ctx.t -> input:'h -> (Base.unit, Base.string) Base.Result.t Lwt.t) Fieldslib.Field.t_with_perm -> 'a t -> (Core.Ctx.t -> input:'i -> (Base.unit, Base.string) Base.Result.t Lwt.t) -> Base.bool) -> failed: (([< `Read | `Set_and_create ], 'j t, Core.Ctx.t -> (Base.unit, Base.string) Base.Result.t Lwt.t) Fieldslib.Field.t_with_perm -> 'a t -> (Core.Ctx.t -> (Base.unit, Base.string) Base.Result.t Lwt.t) -> Base.bool) -> max_tries: (([< `Read | `Set_and_create ], 'k t, Base.int) Fieldslib.Field.t_with_perm -> 'a t -> Base.int -> Base.bool) -> retry_delay: (([< `Read | `Set_and_create ], 'l t, Utils.Time.duration) Fieldslib.Field.t_with_perm -> 'a t -> Utils.Time.duration -> Base.bool) -> Base.bool
val exists : 'a t -> name: (([< `Read | `Set_and_create ], 'b t, Base.string) Fieldslib.Field.t_with_perm -> 'a t -> Base.string -> Base.bool) -> with_context: (([< `Read | `Set_and_create ], 'c t, Core.Ctx.t -> Core.Ctx.t) Fieldslib.Field.t_with_perm -> 'a t -> (Core.Ctx.t -> Core.Ctx.t) -> Base.bool) -> input_to_string: (([< `Read | `Set_and_create ], 'd t, 'd -> Base.string Base.option) Fieldslib.Field.t_with_perm -> 'a t -> ('e -> Base.string Base.option) -> Base.bool) -> string_to_input: (([< `Read | `Set_and_create ], 'f t, Base.string Base.option -> ('f, Base.string) Base.Result.t) Fieldslib.Field.t_with_perm -> 'a t -> (Base.string Base.option -> ('g, Base.string) Base.Result.t) -> Base.bool) -> handle: (([< `Read | `Set_and_create ], 'h t, Core.Ctx.t -> input:'h -> (Base.unit, Base.string) Base.Result.t Lwt.t) Fieldslib.Field.t_with_perm -> 'a t -> (Core.Ctx.t -> input:'i -> (Base.unit, Base.string) Base.Result.t Lwt.t) -> Base.bool) -> failed: (([< `Read | `Set_and_create ], 'j t, Core.Ctx.t -> (Base.unit, Base.string) Base.Result.t Lwt.t) Fieldslib.Field.t_with_perm -> 'a t -> (Core.Ctx.t -> (Base.unit, Base.string) Base.Result.t Lwt.t) -> Base.bool) -> max_tries: (([< `Read | `Set_and_create ], 'k t, Base.int) Fieldslib.Field.t_with_perm -> 'a t -> Base.int -> Base.bool) -> retry_delay: (([< `Read | `Set_and_create ], 'l t, Utils.Time.duration) Fieldslib.Field.t_with_perm -> 'a t -> Utils.Time.duration -> Base.bool) -> Base.bool
val to_list : 'a t -> name: (([< `Read | `Set_and_create ], 'b t, Base.string) Fieldslib.Field.t_with_perm -> 'a t -> Base.string -> 'c) -> with_context: (([< `Read | `Set_and_create ], 'd t, Core.Ctx.t -> Core.Ctx.t) Fieldslib.Field.t_with_perm -> 'a t -> (Core.Ctx.t -> Core.Ctx.t) -> 'e) -> input_to_string: (([< `Read | `Set_and_create ], 'f t, 'f -> Base.string Base.option) Fieldslib.Field.t_with_perm -> 'a t -> ('g -> Base.string Base.option) -> 'h) -> string_to_input: (([< `Read | `Set_and_create ], 'i t, Base.string Base.option -> ('i, Base.string) Base.Result.t) Fieldslib.Field.t_with_perm -> 'a t -> (Base.string Base.option -> ('j, Base.string) Base.Result.t) -> 'k) -> handle: (([< `Read | `Set_and_create ], 'l t, Core.Ctx.t -> input:'l -> (Base.unit, Base.string) Base.Result.t Lwt.t) Fieldslib.Field.t_with_perm -> 'a t -> (Core.Ctx.t -> input:'m -> (Base.unit, Base.string) Base.Result.t Lwt.t) -> 'n) -> failed: (([< `Read | `Set_and_create ], 'o t, Core.Ctx.t -> (Base.unit, Base.string) Base.Result.t Lwt.t) Fieldslib.Field.t_with_perm -> 'a t -> (Core.Ctx.t -> (Base.unit, Base.string) Base.Result.t Lwt.t) -> 'p) -> max_tries: (([< `Read | `Set_and_create ], 'q t, Base.int) Fieldslib.Field.t_with_perm -> 'a t -> Base.int -> 'r) -> retry_delay: (([< `Read | `Set_and_create ], 's t, Utils.Time.duration) Fieldslib.Field.t_with_perm -> 'a t -> Utils.Time.duration -> 't) -> 'u list
val map : 'a t -> name: (([< `Read | `Set_and_create ], 'b t, Base.string) Fieldslib.Field.t_with_perm -> 'a t -> Base.string -> Base.string) -> with_context: (([< `Read | `Set_and_create ], 'c t, Core.Ctx.t -> Core.Ctx.t) Fieldslib.Field.t_with_perm -> 'a t -> (Core.Ctx.t -> Core.Ctx.t) -> Core.Ctx.t -> Core.Ctx.t) -> input_to_string: (([< `Read | `Set_and_create ], 'd t, 'd -> Base.string Base.option) Fieldslib.Field.t_with_perm -> 'a t -> ('e -> Base.string Base.option) -> 'f -> Base.string Base.option) -> string_to_input: (([< `Read | `Set_and_create ], 'g t, Base.string Base.option -> ('g, Base.string) Base.Result.t) Fieldslib.Field.t_with_perm -> 'a t -> (Base.string Base.option -> ('h, Base.string) Base.Result.t) -> Base.string Base.option -> ('i, Base.string) Base.Result.t) -> handle: (([< `Read | `Set_and_create ], 'j t, Core.Ctx.t -> input:'j -> (Base.unit, Base.string) Base.Result.t Lwt.t) Fieldslib.Field.t_with_perm -> 'a t -> (Core.Ctx.t -> input:'k -> (Base.unit, Base.string) Base.Result.t Lwt.t) -> Core.Ctx.t -> input:'l -> (Base.unit, Base.string) Base.Result.t Lwt.t) -> failed: (([< `Read | `Set_and_create ], 'm t, Core.Ctx.t -> (Base.unit, Base.string) Base.Result.t Lwt.t) Fieldslib.Field.t_with_perm -> 'a t -> (Core.Ctx.t -> (Base.unit, Base.string) Base.Result.t Lwt.t) -> Core.Ctx.t -> (Base.unit, Base.string) Base.Result.t Lwt.t) -> max_tries: (([< `Read | `Set_and_create ], 'n t, Base.int) Fieldslib.Field.t_with_perm -> 'a t -> Base.int -> Base.int) -> retry_delay: (([< `Read | `Set_and_create ], 'o t, Utils.Time.duration) Fieldslib.Field.t_with_perm -> 'a t -> Utils.Time.duration -> Utils.Time.duration) -> 'p t
val set_all_mutable_fields : 'a -> unit