Fields.DirectSourceval iter :
t ->
file:
(([< `Read | `Set_and_create ], t, Storage__.Storage_core.File.t)
Fieldslib.Field.t_with_perm ->
t ->
Storage__.Storage_core.File.t ->
'a) ->
blob:
(([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm ->
t ->
string ->
'b) ->
'bval fold :
t ->
init:'a ->
file:
('a ->
([< `Read | `Set_and_create ], t, Storage__.Storage_core.File.t)
Fieldslib.Field.t_with_perm ->
t ->
Storage__.Storage_core.File.t ->
'b) ->
blob:
('b ->
([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm ->
t ->
string ->
'c) ->
'cval for_all :
t ->
file:
(([< `Read | `Set_and_create ], t, Storage__.Storage_core.File.t)
Fieldslib.Field.t_with_perm ->
t ->
Storage__.Storage_core.File.t ->
bool) ->
blob:
(([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm ->
t ->
string ->
bool) ->
boolval exists :
t ->
file:
(([< `Read | `Set_and_create ], t, Storage__.Storage_core.File.t)
Fieldslib.Field.t_with_perm ->
t ->
Storage__.Storage_core.File.t ->
bool) ->
blob:
(([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm ->
t ->
string ->
bool) ->
boolval to_list :
t ->
file:
(([< `Read | `Set_and_create ], t, Storage__.Storage_core.File.t)
Fieldslib.Field.t_with_perm ->
t ->
Storage__.Storage_core.File.t ->
'a) ->
blob:
(([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm ->
t ->
string ->
'a) ->
'a listval map :
t ->
file:
(([< `Read | `Set_and_create ], t, Storage__.Storage_core.File.t)
Fieldslib.Field.t_with_perm ->
t ->
Storage__.Storage_core.File.t ->
Storage__.Storage_core.File.t) ->
blob:
(([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm ->
t ->
string ->
string) ->
t