Sourceval iter :
t ->
id:
(([< `Read | `Set_and_create ], t, Data.Id.t) Fieldslib.Field.t_with_perm ->
t ->
Data.Id.t ->
'a) ->
name:
(([< `Read | `Set_and_create ], t, Base.string) Fieldslib.Field.t_with_perm ->
t ->
Base.string ->
'b) ->
input:
(([< `Read | `Set_and_create ], t, Base.string Base.option)
Fieldslib.Field.t_with_perm ->
t ->
Base.string Base.option ->
'c) ->
tries:
(([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm ->
t ->
Base.int ->
'd) ->
next_run_at:
(([< `Read | `Set_and_create ], t, Ptime.t) Fieldslib.Field.t_with_perm ->
t ->
Ptime.t ->
'e) ->
max_tries:
(([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm ->
t ->
Base.int ->
'f) ->
status:
(([< `Read | `Set_and_create ], t, Status.t) Fieldslib.Field.t_with_perm ->
t ->
Status.t ->
'g) ->
'g Sourceval fold :
t ->
init:'a ->
id:
('a ->
([< `Read | `Set_and_create ], t, Data.Id.t) Fieldslib.Field.t_with_perm ->
t ->
Data.Id.t ->
'b) ->
name:
('b ->
([< `Read | `Set_and_create ], t, Base.string)
Fieldslib.Field.t_with_perm ->
t ->
Base.string ->
'c) ->
input:
('c ->
([< `Read | `Set_and_create ], t, Base.string Base.option)
Fieldslib.Field.t_with_perm ->
t ->
Base.string Base.option ->
'd) ->
tries:
('d ->
([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm ->
t ->
Base.int ->
'e) ->
next_run_at:
('e ->
([< `Read | `Set_and_create ], t, Ptime.t) Fieldslib.Field.t_with_perm ->
t ->
Ptime.t ->
'f) ->
max_tries:
('f ->
([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm ->
t ->
Base.int ->
'g) ->
status:
('g ->
([< `Read | `Set_and_create ], t, Status.t) Fieldslib.Field.t_with_perm ->
t ->
Status.t ->
'h) ->
'h Sourceval for_all :
t ->
id:
(([< `Read | `Set_and_create ], t, Data.Id.t) Fieldslib.Field.t_with_perm ->
t ->
Data.Id.t ->
Base.bool) ->
name:
(([< `Read | `Set_and_create ], t, Base.string) Fieldslib.Field.t_with_perm ->
t ->
Base.string ->
Base.bool) ->
input:
(([< `Read | `Set_and_create ], t, Base.string Base.option)
Fieldslib.Field.t_with_perm ->
t ->
Base.string Base.option ->
Base.bool) ->
tries:
(([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm ->
t ->
Base.int ->
Base.bool) ->
next_run_at:
(([< `Read | `Set_and_create ], t, Ptime.t) Fieldslib.Field.t_with_perm ->
t ->
Ptime.t ->
Base.bool) ->
max_tries:
(([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm ->
t ->
Base.int ->
Base.bool) ->
status:
(([< `Read | `Set_and_create ], t, Status.t) Fieldslib.Field.t_with_perm ->
t ->
Status.t ->
Base.bool) ->
Base.bool Sourceval exists :
t ->
id:
(([< `Read | `Set_and_create ], t, Data.Id.t) Fieldslib.Field.t_with_perm ->
t ->
Data.Id.t ->
Base.bool) ->
name:
(([< `Read | `Set_and_create ], t, Base.string) Fieldslib.Field.t_with_perm ->
t ->
Base.string ->
Base.bool) ->
input:
(([< `Read | `Set_and_create ], t, Base.string Base.option)
Fieldslib.Field.t_with_perm ->
t ->
Base.string Base.option ->
Base.bool) ->
tries:
(([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm ->
t ->
Base.int ->
Base.bool) ->
next_run_at:
(([< `Read | `Set_and_create ], t, Ptime.t) Fieldslib.Field.t_with_perm ->
t ->
Ptime.t ->
Base.bool) ->
max_tries:
(([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm ->
t ->
Base.int ->
Base.bool) ->
status:
(([< `Read | `Set_and_create ], t, Status.t) Fieldslib.Field.t_with_perm ->
t ->
Status.t ->
Base.bool) ->
Base.bool Sourceval to_list :
t ->
id:
(([< `Read | `Set_and_create ], t, Data.Id.t) Fieldslib.Field.t_with_perm ->
t ->
Data.Id.t ->
'a) ->
name:
(([< `Read | `Set_and_create ], t, Base.string) Fieldslib.Field.t_with_perm ->
t ->
Base.string ->
'a) ->
input:
(([< `Read | `Set_and_create ], t, Base.string Base.option)
Fieldslib.Field.t_with_perm ->
t ->
Base.string Base.option ->
'a) ->
tries:
(([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm ->
t ->
Base.int ->
'a) ->
next_run_at:
(([< `Read | `Set_and_create ], t, Ptime.t) Fieldslib.Field.t_with_perm ->
t ->
Ptime.t ->
'a) ->
max_tries:
(([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm ->
t ->
Base.int ->
'a) ->
status:
(([< `Read | `Set_and_create ], t, Status.t) Fieldslib.Field.t_with_perm ->
t ->
Status.t ->
'a) ->
'a list Sourceval map :
t ->
id:
(([< `Read | `Set_and_create ], t, Data.Id.t) Fieldslib.Field.t_with_perm ->
t ->
Data.Id.t ->
Data.Id.t) ->
name:
(([< `Read | `Set_and_create ], t, Base.string) Fieldslib.Field.t_with_perm ->
t ->
Base.string ->
Base.string) ->
input:
(([< `Read | `Set_and_create ], t, Base.string Base.option)
Fieldslib.Field.t_with_perm ->
t ->
Base.string Base.option ->
Base.string Base.option) ->
tries:
(([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm ->
t ->
Base.int ->
Base.int) ->
next_run_at:
(([< `Read | `Set_and_create ], t, Ptime.t) Fieldslib.Field.t_with_perm ->
t ->
Ptime.t ->
Ptime.t) ->
max_tries:
(([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm ->
t ->
Base.int ->
Base.int) ->
status:
(([< `Read | `Set_and_create ], t, Status.t) Fieldslib.Field.t_with_perm ->
t ->
Status.t ->
Status.t) ->
t Sourceval set_all_mutable_fields : 'a -> unit