package daypack-lib

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a partition_based_on_time_point = {
  1. before : 'a Sched_req_id_map.t;
  2. after : 'a Sched_req_id_map.t;
  3. crossing : 'a Sched_req_id_map.t;
}
type 'a partition_based_on_time_slot = {
  1. fully_within : 'a Sched_req_id_map.t;
  2. starting_within : 'a Sched_req_id_map.t;
  3. ending_within : 'a Sched_req_id_map.t;
  4. outside : 'a Sched_req_id_map.t;
}
module Pending : sig ... end
module Record : sig ... end