package sihl

  1. Overview
  2. Docs
val names : string list
val dirty : ([< `Read | `Set_and_create ], t, bool) Fieldslib.Field.t_with_perm
val version : ([< `Read | `Set_and_create ], t, int) Fieldslib.Field.t_with_perm
val namespace : ([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm
val make_creator : namespace: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> 'a -> ('b -> string) * 'c) -> version: (([< `Read | `Set_and_create ], t, int) Fieldslib.Field.t_with_perm -> 'd -> ('e -> int) * 'f) -> dirty: (([< `Read | `Set_and_create ], t, bool) Fieldslib.Field.t_with_perm -> 'g -> ('h -> bool) * 'i) -> 'j -> ('k -> t) * 'l
val create : namespace:string -> version:int -> dirty:bool -> t
val map : namespace: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> string) -> version: (([< `Read | `Set_and_create ], t, int) Fieldslib.Field.t_with_perm -> int) -> dirty: (([< `Read | `Set_and_create ], t, bool) Fieldslib.Field.t_with_perm -> bool) -> t
val iter : namespace: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> unit) -> version: (([< `Read | `Set_and_create ], t, int) Fieldslib.Field.t_with_perm -> unit) -> dirty: (([< `Read | `Set_and_create ], t, bool) Fieldslib.Field.t_with_perm -> unit) -> unit
val fold : init:'a -> namespace: ('b -> ([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> 'c) -> version: ('d -> ([< `Read | `Set_and_create ], t, int) Fieldslib.Field.t_with_perm -> 'e) -> dirty: ('f -> ([< `Read | `Set_and_create ], t, bool) Fieldslib.Field.t_with_perm -> 'g) -> 'h
val map_poly : ([< `Read | `Set_and_create ], t, 'a) Fieldslib.Field.user -> 'b list
val for_all : namespace: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> bool) -> version: (([< `Read | `Set_and_create ], t, int) Fieldslib.Field.t_with_perm -> bool) -> dirty: (([< `Read | `Set_and_create ], t, bool) Fieldslib.Field.t_with_perm -> bool) -> bool
val exists : namespace: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> bool) -> version: (([< `Read | `Set_and_create ], t, int) Fieldslib.Field.t_with_perm -> bool) -> dirty: (([< `Read | `Set_and_create ], t, bool) Fieldslib.Field.t_with_perm -> bool) -> bool
val to_list : namespace: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> 'a) -> version: (([< `Read | `Set_and_create ], t, int) Fieldslib.Field.t_with_perm -> 'b) -> dirty: (([< `Read | `Set_and_create ], t, bool) Fieldslib.Field.t_with_perm -> 'c) -> 'd list
module Direct : sig ... end