Sourceval iter :
t ->
file:
(([< `Read | `Set_and_create ], t, Storage__.Model.File.t)
Fieldslib.Field.t_with_perm ->
t ->
Storage__.Model.File.t ->
'a) ->
blob:
(([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm ->
t ->
string ->
'b) ->
'b Sourceval fold :
t ->
init:'a ->
file:
('a ->
([< `Read | `Set_and_create ], t, Storage__.Model.File.t)
Fieldslib.Field.t_with_perm ->
t ->
Storage__.Model.File.t ->
'b) ->
blob:
('b ->
([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm ->
t ->
string ->
'c) ->
'c Sourceval for_all :
t ->
file:
(([< `Read | `Set_and_create ], t, Storage__.Model.File.t)
Fieldslib.Field.t_with_perm ->
t ->
Storage__.Model.File.t ->
bool) ->
blob:
(([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm ->
t ->
string ->
bool) ->
bool Sourceval exists :
t ->
file:
(([< `Read | `Set_and_create ], t, Storage__.Model.File.t)
Fieldslib.Field.t_with_perm ->
t ->
Storage__.Model.File.t ->
bool) ->
blob:
(([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm ->
t ->
string ->
bool) ->
bool Sourceval to_list :
t ->
file:
(([< `Read | `Set_and_create ], t, Storage__.Model.File.t)
Fieldslib.Field.t_with_perm ->
t ->
Storage__.Model.File.t ->
'a) ->
blob:
(([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm ->
t ->
string ->
'a) ->
'a list Sourceval map :
t ->
file:
(([< `Read | `Set_and_create ], t, Storage__.Model.File.t)
Fieldslib.Field.t_with_perm ->
t ->
Storage__.Model.File.t ->
Storage__.Model.File.t) ->
blob:
(([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm ->
t ->
string ->
string) ->
t Sourceval set_all_mutable_fields : 'a -> unit