Sourceval user_id :
([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm Sourceval make_creator :
user_id:
(([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm ->
'a ->
('b -> string) * 'c) ->
'a ->
('b -> t) * 'c Sourceval create : user_id:string -> t Sourceval map :
user_id:
(([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm ->
string) ->
t Sourceval iter :
user_id:
(([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm ->
unit) ->
unit Sourceval fold :
init:'a ->
user_id:
('a ->
([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm ->
'b) ->
'b Sourceval map_poly :
([< `Read | `Set_and_create ], t, 'a) Fieldslib.Field.user ->
'a list Sourceval for_all :
user_id:
(([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm ->
bool) ->
bool Sourceval exists :
user_id:
(([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm ->
bool) ->
bool Sourceval to_list :
user_id:
(([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm ->
'a) ->
'a list