package daypack-lib

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. mutable profiles : Time_profile.data String_map.t;
}
val make_empty : unit -> t
val of_profile_list : (String_map.key * Time_profile.data) list -> t
val matching_time_slots_of_profile : start:int64 -> end_exc:int64 -> profile:string -> t -> Time_slot.t list option
val add_profile : profile:string -> Time_profile.data -> t -> unit
module Serialize : sig ... end
module Deserialize : sig ... end
module Equal : sig ... end
module To_string : sig ... end
module Print : sig ... end