package daypack-lib

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

Module Time_pattern.Range_patternSource

Sourceval next_match_time_slot : Search_param.t -> time_range_pattern -> (Time_slot.t option, error) result
Sourceval matching_time_slots_multi : Search_param.t -> time_range_pattern list -> (Time_slot.t Seq.t, error) result
Sourceval next_match_time_slot_multi : Search_param.t -> time_range_pattern list -> ((int64 * int64) option, error) result
Sourceval matching_time_slots_round_robin_non_decreasing : Search_param.t -> time_range_pattern list -> (Time_slot.t list Seq.t, error) result
Sourceval matching_time_slots_round_robin_non_decreasing_flat : Search_param.t -> time_range_pattern list -> (Time_slot.t Seq.t, error) result
OCaml

Innovation. Community. Security.