package sihl

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