package daypack-lib

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val matching_time_slots : allow_search_param_override:bool -> Search_param.t -> time_range_pattern -> (Time_slot.t Seq.t, error) result
val next_match_time_slot : allow_search_param_override:bool -> Search_param.t -> time_range_pattern -> (Time_slot.t option, error) result
val matching_time_slots_multi : allow_search_param_override:bool -> Search_param.t -> time_range_pattern list -> (Time_slot.t Seq.t, error) result
val next_match_time_slot_multi : allow_search_param_override:bool -> Search_param.t -> time_range_pattern list -> ((int64 * int64) option, error) result
val matching_time_slots_round_robin_non_decreasing : allow_search_param_override:bool -> Search_param.t -> time_range_pattern list -> (Time_slot.t list Seq.t, error) result
val matching_time_slots_round_robin_non_decreasing_flat : allow_search_param_override:bool -> Search_param.t -> time_range_pattern list -> (Time_slot.t Seq.t, error) result