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, string) Fieldslib.Field.t_with_perm -> 'a t -> 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 -> string option) Fieldslib.Field.t_with_perm -> 'a t -> ('g -> string option) -> 'h) -> string_to_input: (([< `Read | `Set_and_create ], 'i t, string option -> ('i, string) Result.t) Fieldslib.Field.t_with_perm -> 'a t -> (string option -> ('j, string) Result.t) -> 'k) -> handle: (([< `Read | `Set_and_create ], 'l t, Core.Ctx.t -> input:'l -> (unit, string) Result.t Lwt.t) Fieldslib.Field.t_with_perm -> 'a t -> (Core.Ctx.t -> input:'m -> (unit, string) Result.t Lwt.t) -> 'n) -> failed: (([< `Read | `Set_and_create ], 'o t, Core.Ctx.t -> (unit, string) Result.t Lwt.t) Fieldslib.Field.t_with_perm -> 'a t -> (Core.Ctx.t -> (unit, string) Result.t Lwt.t) -> 'p) -> max_tries: (([< `Read | `Set_and_create ], 'q t, int) Fieldslib.Field.t_with_perm -> 'a t -> 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, string) Fieldslib.Field.t_with_perm -> 'a t -> 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 -> string option) Fieldslib.Field.t_with_perm -> 'a t -> ('k -> string option) -> 'l) -> string_to_input: ('m -> ([< `Read | `Set_and_create ], 'n t, string option -> ('n, string) Result.t) Fieldslib.Field.t_with_perm -> 'a t -> (string option -> ('o, string) Result.t) -> 'p) -> handle: ('q -> ([< `Read | `Set_and_create ], 'r t, Core.Ctx.t -> input:'r -> (unit, string) Result.t Lwt.t) Fieldslib.Field.t_with_perm -> 'a t -> (Core.Ctx.t -> input:'s -> (unit, string) Result.t Lwt.t) -> 't) -> failed: ('u -> ([< `Read | `Set_and_create ], 'v t, Core.Ctx.t -> (unit, string) Result.t Lwt.t) Fieldslib.Field.t_with_perm -> 'a t -> (Core.Ctx.t -> (unit, string) Result.t Lwt.t) -> 'w) -> max_tries: ('x -> ([< `Read | `Set_and_create ], 'y t, int) Fieldslib.Field.t_with_perm -> 'a t -> 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, string) Fieldslib.Field.t_with_perm -> 'a t -> string -> 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) -> bool) -> input_to_string: (([< `Read | `Set_and_create ], 'd t, 'd -> string option) Fieldslib.Field.t_with_perm -> 'a t -> ('e -> string option) -> bool) -> string_to_input: (([< `Read | `Set_and_create ], 'f t, string option -> ('f, string) Result.t) Fieldslib.Field.t_with_perm -> 'a t -> (string option -> ('g, string) Result.t) -> bool) -> handle: (([< `Read | `Set_and_create ], 'h t, Core.Ctx.t -> input:'h -> (unit, string) Result.t Lwt.t) Fieldslib.Field.t_with_perm -> 'a t -> (Core.Ctx.t -> input:'i -> (unit, string) Result.t Lwt.t) -> bool) -> failed: (([< `Read | `Set_and_create ], 'j t, Core.Ctx.t -> (unit, string) Result.t Lwt.t) Fieldslib.Field.t_with_perm -> 'a t -> (Core.Ctx.t -> (unit, string) Result.t Lwt.t) -> bool) -> max_tries: (([< `Read | `Set_and_create ], 'k t, int) Fieldslib.Field.t_with_perm -> 'a t -> int -> bool) -> retry_delay: (([< `Read | `Set_and_create ], 'l t, Utils.Time.duration) Fieldslib.Field.t_with_perm -> 'a t -> Utils.Time.duration -> bool) -> bool
val exists : 'a t -> name: (([< `Read | `Set_and_create ], 'b t, string) Fieldslib.Field.t_with_perm -> 'a t -> string -> 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) -> bool) -> input_to_string: (([< `Read | `Set_and_create ], 'd t, 'd -> string option) Fieldslib.Field.t_with_perm -> 'a t -> ('e -> string option) -> bool) -> string_to_input: (([< `Read | `Set_and_create ], 'f t, string option -> ('f, string) Result.t) Fieldslib.Field.t_with_perm -> 'a t -> (string option -> ('g, string) Result.t) -> bool) -> handle: (([< `Read | `Set_and_create ], 'h t, Core.Ctx.t -> input:'h -> (unit, string) Result.t Lwt.t) Fieldslib.Field.t_with_perm -> 'a t -> (Core.Ctx.t -> input:'i -> (unit, string) Result.t Lwt.t) -> bool) -> failed: (([< `Read | `Set_and_create ], 'j t, Core.Ctx.t -> (unit, string) Result.t Lwt.t) Fieldslib.Field.t_with_perm -> 'a t -> (Core.Ctx.t -> (unit, string) Result.t Lwt.t) -> bool) -> max_tries: (([< `Read | `Set_and_create ], 'k t, int) Fieldslib.Field.t_with_perm -> 'a t -> int -> bool) -> retry_delay: (([< `Read | `Set_and_create ], 'l t, Utils.Time.duration) Fieldslib.Field.t_with_perm -> 'a t -> Utils.Time.duration -> bool) -> bool
val to_list : 'a t -> name: (([< `Read | `Set_and_create ], 'b t, string) Fieldslib.Field.t_with_perm -> 'a t -> 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 -> string option) Fieldslib.Field.t_with_perm -> 'a t -> ('g -> string option) -> 'h) -> string_to_input: (([< `Read | `Set_and_create ], 'i t, string option -> ('i, string) Result.t) Fieldslib.Field.t_with_perm -> 'a t -> (string option -> ('j, string) Result.t) -> 'k) -> handle: (([< `Read | `Set_and_create ], 'l t, Core.Ctx.t -> input:'l -> (unit, string) Result.t Lwt.t) Fieldslib.Field.t_with_perm -> 'a t -> (Core.Ctx.t -> input:'m -> (unit, string) Result.t Lwt.t) -> 'n) -> failed: (([< `Read | `Set_and_create ], 'o t, Core.Ctx.t -> (unit, string) Result.t Lwt.t) Fieldslib.Field.t_with_perm -> 'a t -> (Core.Ctx.t -> (unit, string) Result.t Lwt.t) -> 'p) -> max_tries: (([< `Read | `Set_and_create ], 'q t, int) Fieldslib.Field.t_with_perm -> 'a t -> 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, string) Fieldslib.Field.t_with_perm -> 'a t -> string -> 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 -> string option) Fieldslib.Field.t_with_perm -> 'a t -> ('e -> string option) -> 'f -> string option) -> string_to_input: (([< `Read | `Set_and_create ], 'g t, string option -> ('g, string) Result.t) Fieldslib.Field.t_with_perm -> 'a t -> (string option -> ('h, string) Result.t) -> string option -> ('i, string) Result.t) -> handle: (([< `Read | `Set_and_create ], 'j t, Core.Ctx.t -> input:'j -> (unit, string) Result.t Lwt.t) Fieldslib.Field.t_with_perm -> 'a t -> (Core.Ctx.t -> input:'k -> (unit, string) Result.t Lwt.t) -> Core.Ctx.t -> input:'l -> (unit, string) Result.t Lwt.t) -> failed: (([< `Read | `Set_and_create ], 'm t, Core.Ctx.t -> (unit, string) Result.t Lwt.t) Fieldslib.Field.t_with_perm -> 'a t -> (Core.Ctx.t -> (unit, string) Result.t Lwt.t) -> Core.Ctx.t -> (unit, string) Result.t Lwt.t) -> max_tries: (([< `Read | `Set_and_create ], 'n t, int) Fieldslib.Field.t_with_perm -> 'a t -> int -> 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
OCaml

Innovation. Community. Security.