Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Schedule.FieldsSourceval scheduled_time :
([< `Read | `Set_and_create ], t, scheduled_time) Fieldslib.Field.t_with_permval make_creator :
label:
(([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm ->
'a ->
('b -> string) * 'c) ->
scheduled_time:
(([< `Read | `Set_and_create ], t, scheduled_time)
Fieldslib.Field.t_with_perm ->
'c ->
('b -> scheduled_time) * 'd) ->
fn:
(([< `Read | `Set_and_create ], t, unit -> unit Lwt.t)
Fieldslib.Field.t_with_perm ->
'd ->
('b -> unit -> unit Lwt.t) * 'e) ->
'a ->
('b -> t) * 'eval map :
label:
(([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm ->
string) ->
scheduled_time:
(([< `Read | `Set_and_create ], t, scheduled_time)
Fieldslib.Field.t_with_perm ->
scheduled_time) ->
fn:
(([< `Read | `Set_and_create ], t, unit -> unit Lwt.t)
Fieldslib.Field.t_with_perm ->
unit ->
unit Lwt.t) ->
tval iter :
label:
(([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm ->
unit) ->
scheduled_time:
(([< `Read | `Set_and_create ], t, scheduled_time)
Fieldslib.Field.t_with_perm ->
unit) ->
fn:
(([< `Read | `Set_and_create ], t, unit -> unit Lwt.t)
Fieldslib.Field.t_with_perm ->
unit) ->
unitval fold :
init:'a ->
label:
('a ->
([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm ->
'b) ->
scheduled_time:
('b ->
([< `Read | `Set_and_create ], t, scheduled_time)
Fieldslib.Field.t_with_perm ->
'c) ->
fn:
('c ->
([< `Read | `Set_and_create ], t, unit -> unit Lwt.t)
Fieldslib.Field.t_with_perm ->
'd) ->
'dval for_all :
label:
(([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm ->
bool) ->
scheduled_time:
(([< `Read | `Set_and_create ], t, scheduled_time)
Fieldslib.Field.t_with_perm ->
bool) ->
fn:
(([< `Read | `Set_and_create ], t, unit -> unit Lwt.t)
Fieldslib.Field.t_with_perm ->
bool) ->
boolval exists :
label:
(([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm ->
bool) ->
scheduled_time:
(([< `Read | `Set_and_create ], t, scheduled_time)
Fieldslib.Field.t_with_perm ->
bool) ->
fn:
(([< `Read | `Set_and_create ], t, unit -> unit Lwt.t)
Fieldslib.Field.t_with_perm ->
bool) ->
boolval to_list :
label:
(([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm ->
'a) ->
scheduled_time:
(([< `Read | `Set_and_create ], t, scheduled_time)
Fieldslib.Field.t_with_perm ->
'a) ->
fn:
(([< `Read | `Set_and_create ], t, unit -> unit Lwt.t)
Fieldslib.Field.t_with_perm ->
'a) ->
'a list