package daypack-lib

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Daypack_lib.Time_profileSource

Sourcetype data = {
  1. periods : period list;
}
Sourcetype t = string * data
Sourceval matching_time_slots_of_periods : start:int64 -> end_exc:int64 -> period list -> Time_slot.t Seq.t
Sourceval matching_time_slots_of_data : start:int64 -> end_exc:int64 -> data -> Time_slot.t Seq.t
Sourceval matching_time_slots_of_profile : start:int64 -> end_exc:int64 -> t -> Time_slot.t Seq.t
Sourcemodule Equal : sig ... end
Sourcemodule Serialize : sig ... end
Sourcemodule Deserialize : sig ... end