package sihl

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val names : string list
val retry_delay : ([< `Read | `Set_and_create ], 'a t, Utils.Time.duration) Fieldslib.Field.t_with_perm
val max_tries : ([< `Read | `Set_and_create ], 'a t, int) Fieldslib.Field.t_with_perm
val failed : ([< `Read | `Set_and_create ], 'a t, Core.Ctx.t -> (unit, string) Result.t Lwt.t) Fieldslib.Field.t_with_perm
val handle : ([< `Read | `Set_and_create ], 'a t, Core.Ctx.t -> input:'a0 -> (unit, string) Result.t Lwt.t) Fieldslib.Field.t_with_perm
val string_to_input : ([< `Read | `Set_and_create ], 'a t, string option -> ('a0, string) Result.t) Fieldslib.Field.t_with_perm
val input_to_string : ([< `Read | `Set_and_create ], 'a t, 'a0 -> string option) Fieldslib.Field.t_with_perm
val with_context : ([< `Read | `Set_and_create ], 'a t, Core.Ctx.t -> Core.Ctx.t) Fieldslib.Field.t_with_perm
val name : ([< `Read | `Set_and_create ], 'a t, string) Fieldslib.Field.t_with_perm
val make_creator : name: (([< `Read | `Set_and_create ], 'a t, string) Fieldslib.Field.t_with_perm -> 'b -> ('c -> string) * 'd) -> with_context: (([< `Read | `Set_and_create ], 'e t, Core.Ctx.t -> Core.Ctx.t) Fieldslib.Field.t_with_perm -> 'f -> ('g -> Core.Ctx.t -> Core.Ctx.t) * 'h) -> input_to_string: (([< `Read | `Set_and_create ], 'i t, 'i -> string option) Fieldslib.Field.t_with_perm -> 'j -> ('k -> 'l -> string option) * 'm) -> string_to_input: (([< `Read | `Set_and_create ], 'n t, string option -> ('n, string) Result.t) Fieldslib.Field.t_with_perm -> 'o -> ('p -> string option -> ('q, string) Result.t) * 'r) -> handle: (([< `Read | `Set_and_create ], 's t, Core.Ctx.t -> input:'s -> (unit, string) Result.t Lwt.t) Fieldslib.Field.t_with_perm -> 't -> ('u -> Core.Ctx.t -> input:'v -> (unit, string) Result.t Lwt.t) * 'w) -> failed: (([< `Read | `Set_and_create ], 'x t, Core.Ctx.t -> (unit, string) Result.t Lwt.t) Fieldslib.Field.t_with_perm -> 'y -> ('z -> Core.Ctx.t -> (unit, string) Result.t Lwt.t) * 'a1) -> max_tries: (([< `Read | `Set_and_create ], 'b1 t, int) Fieldslib.Field.t_with_perm -> 'c1 -> ('d1 -> int) * 'e1) -> retry_delay: (([< `Read | `Set_and_create ], 'f1 t, Utils.Time.duration) Fieldslib.Field.t_with_perm -> 'g1 -> ('h1 -> Utils.Time.duration) * 'i1) -> 'j1 -> ('k1 -> 'l1 t) * 'm1
val create : name:string -> with_context:(Core.Ctx.t -> Core.Ctx.t) -> input_to_string:('a -> string option) -> string_to_input:(string option -> ('b, string) Result.t) -> handle:(Core.Ctx.t -> input:'c -> (unit, string) Result.t Lwt.t) -> failed:(Core.Ctx.t -> (unit, string) Result.t Lwt.t) -> max_tries:int -> retry_delay:Utils.Time.duration -> 'd t
val map : name: (([< `Read | `Set_and_create ], 'a t, string) Fieldslib.Field.t_with_perm -> string) -> with_context: (([< `Read | `Set_and_create ], 'b t, Core.Ctx.t -> Core.Ctx.t) Fieldslib.Field.t_with_perm -> Core.Ctx.t -> Core.Ctx.t) -> input_to_string: (([< `Read | `Set_and_create ], 'c t, 'c -> string option) Fieldslib.Field.t_with_perm -> 'd -> string option) -> string_to_input: (([< `Read | `Set_and_create ], 'e t, string option -> ('e, string) Result.t) Fieldslib.Field.t_with_perm -> string option -> ('f, string) Result.t) -> handle: (([< `Read | `Set_and_create ], 'g t, Core.Ctx.t -> input:'g -> (unit, string) Result.t Lwt.t) Fieldslib.Field.t_with_perm -> Core.Ctx.t -> input:'h -> (unit, string) Result.t Lwt.t) -> failed: (([< `Read | `Set_and_create ], 'i t, Core.Ctx.t -> (unit, string) Result.t Lwt.t) Fieldslib.Field.t_with_perm -> Core.Ctx.t -> (unit, string) Result.t Lwt.t) -> max_tries: (([< `Read | `Set_and_create ], 'j t, int) Fieldslib.Field.t_with_perm -> int) -> retry_delay: (([< `Read | `Set_and_create ], 'k t, Utils.Time.duration) Fieldslib.Field.t_with_perm -> Utils.Time.duration) -> 'l t
val iter : name: (([< `Read | `Set_and_create ], 'a t, string) Fieldslib.Field.t_with_perm -> unit) -> with_context: (([< `Read | `Set_and_create ], 'b t, Core.Ctx.t -> Core.Ctx.t) Fieldslib.Field.t_with_perm -> unit) -> input_to_string: (([< `Read | `Set_and_create ], 'c t, 'c -> string option) Fieldslib.Field.t_with_perm -> unit) -> string_to_input: (([< `Read | `Set_and_create ], 'd t, string option -> ('d, string) Result.t) Fieldslib.Field.t_with_perm -> unit) -> handle: (([< `Read | `Set_and_create ], 'e t, Core.Ctx.t -> input:'e -> (unit, string) Result.t Lwt.t) Fieldslib.Field.t_with_perm -> unit) -> failed: (([< `Read | `Set_and_create ], 'f t, Core.Ctx.t -> (unit, string) Result.t Lwt.t) Fieldslib.Field.t_with_perm -> unit) -> max_tries: (([< `Read | `Set_and_create ], 'g t, int) Fieldslib.Field.t_with_perm -> unit) -> retry_delay: (([< `Read | `Set_and_create ], 'h t, Utils.Time.duration) Fieldslib.Field.t_with_perm -> unit) -> unit
val fold : init:'a -> name: ('b -> ([< `Read | `Set_and_create ], 'c t, string) Fieldslib.Field.t_with_perm -> 'd) -> with_context: ('e -> ([< `Read | `Set_and_create ], 'f t, Core.Ctx.t -> Core.Ctx.t) Fieldslib.Field.t_with_perm -> 'g) -> input_to_string: ('h -> ([< `Read | `Set_and_create ], 'i t, 'i -> string option) Fieldslib.Field.t_with_perm -> 'j) -> string_to_input: ('k -> ([< `Read | `Set_and_create ], 'l t, string option -> ('l, string) Result.t) Fieldslib.Field.t_with_perm -> 'm) -> handle: ('n -> ([< `Read | `Set_and_create ], 'o t, Core.Ctx.t -> input:'o -> (unit, string) Result.t Lwt.t) Fieldslib.Field.t_with_perm -> 'p) -> failed: ('q -> ([< `Read | `Set_and_create ], 'r t, Core.Ctx.t -> (unit, string) Result.t Lwt.t) Fieldslib.Field.t_with_perm -> 's) -> max_tries: ('t -> ([< `Read | `Set_and_create ], 'u t, int) Fieldslib.Field.t_with_perm -> 'v) -> retry_delay: ('w -> ([< `Read | `Set_and_create ], 'x t, Utils.Time.duration) Fieldslib.Field.t_with_perm -> 'y) -> 'z
val map_poly : ([< `Read | `Set_and_create ], 'a t, 'b) Fieldslib.Field.user -> 'c list
val for_all : name: (([< `Read | `Set_and_create ], 'a t, string) Fieldslib.Field.t_with_perm -> bool) -> with_context: (([< `Read | `Set_and_create ], 'b t, Core.Ctx.t -> Core.Ctx.t) Fieldslib.Field.t_with_perm -> bool) -> input_to_string: (([< `Read | `Set_and_create ], 'c t, 'c -> string option) Fieldslib.Field.t_with_perm -> bool) -> string_to_input: (([< `Read | `Set_and_create ], 'd t, string option -> ('d, string) Result.t) Fieldslib.Field.t_with_perm -> bool) -> handle: (([< `Read | `Set_and_create ], 'e t, Core.Ctx.t -> input:'e -> (unit, string) Result.t Lwt.t) Fieldslib.Field.t_with_perm -> bool) -> failed: (([< `Read | `Set_and_create ], 'f t, Core.Ctx.t -> (unit, string) Result.t Lwt.t) Fieldslib.Field.t_with_perm -> bool) -> max_tries: (([< `Read | `Set_and_create ], 'g t, int) Fieldslib.Field.t_with_perm -> bool) -> retry_delay: (([< `Read | `Set_and_create ], 'h t, Utils.Time.duration) Fieldslib.Field.t_with_perm -> bool) -> bool
val exists : name: (([< `Read | `Set_and_create ], 'a t, string) Fieldslib.Field.t_with_perm -> bool) -> with_context: (([< `Read | `Set_and_create ], 'b t, Core.Ctx.t -> Core.Ctx.t) Fieldslib.Field.t_with_perm -> bool) -> input_to_string: (([< `Read | `Set_and_create ], 'c t, 'c -> string option) Fieldslib.Field.t_with_perm -> bool) -> string_to_input: (([< `Read | `Set_and_create ], 'd t, string option -> ('d, string) Result.t) Fieldslib.Field.t_with_perm -> bool) -> handle: (([< `Read | `Set_and_create ], 'e t, Core.Ctx.t -> input:'e -> (unit, string) Result.t Lwt.t) Fieldslib.Field.t_with_perm -> bool) -> failed: (([< `Read | `Set_and_create ], 'f t, Core.Ctx.t -> (unit, string) Result.t Lwt.t) Fieldslib.Field.t_with_perm -> bool) -> max_tries: (([< `Read | `Set_and_create ], 'g t, int) Fieldslib.Field.t_with_perm -> bool) -> retry_delay: (([< `Read | `Set_and_create ], 'h t, Utils.Time.duration) Fieldslib.Field.t_with_perm -> bool) -> bool
val to_list : name: (([< `Read | `Set_and_create ], 'a t, string) Fieldslib.Field.t_with_perm -> 'b) -> with_context: (([< `Read | `Set_and_create ], 'c t, Core.Ctx.t -> Core.Ctx.t) Fieldslib.Field.t_with_perm -> 'd) -> input_to_string: (([< `Read | `Set_and_create ], 'e t, 'e -> string option) Fieldslib.Field.t_with_perm -> 'f) -> string_to_input: (([< `Read | `Set_and_create ], 'g t, string option -> ('g, string) Result.t) Fieldslib.Field.t_with_perm -> 'h) -> handle: (([< `Read | `Set_and_create ], 'i t, Core.Ctx.t -> input:'i -> (unit, string) Result.t Lwt.t) Fieldslib.Field.t_with_perm -> 'j) -> failed: (([< `Read | `Set_and_create ], 'k t, Core.Ctx.t -> (unit, string) Result.t Lwt.t) Fieldslib.Field.t_with_perm -> 'l) -> max_tries: (([< `Read | `Set_and_create ], 'm t, int) Fieldslib.Field.t_with_perm -> 'n) -> retry_delay: (([< `Read | `Set_and_create ], 'o t, Utils.Time.duration) Fieldslib.Field.t_with_perm -> 'p) -> 'q list
module Direct : sig ... end
OCaml

Innovation. Community. Security.