package daypack-lib

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val remove_task : Task_.task_id -> t -> action_record
val remove_task_inst : Task_.task_inst_id -> t -> action_record
val remove_task_seg_progress_chunk : Task_.task_seg_id -> (int64 * int64) -> t -> action_record
val remove_task_inst_progress_chunk : Task_.task_inst_id -> (int64 * int64) -> t -> action_record
val remove_pending_sched_req : Sched_req.sched_req_id -> t -> action_record
val sched : start:int64 -> end_exc:int64 -> include_sched_reqs_starting_within_time_slot:bool -> include_sched_reqs_ending_within_time_slot:bool -> up_to_sched_req_id_inc:Sched_req.sched_req_id option -> t -> (unit, unit) result * action_record