package sihl

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