package daypack-lib

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type data = {
  1. periods : period list;
}
type t = string * data
val matching_time_slots_of_periods : start:int64 -> end_exc:int64 -> period list -> Time_slot.t Seq.t
val matching_time_slots_of_data : start:int64 -> end_exc:int64 -> data -> Time_slot.t Seq.t
val matching_time_slots_of_profile : start:int64 -> end_exc:int64 -> t -> Time_slot.t Seq.t
module Equal : sig ... end
module Serialize : sig ... end
module Deserialize : sig ... end