package daypack-lib

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

Module Daypack_lib.Time_patternSource

Sourcetype time_pattern = {
  1. years : int list;
  2. months : Time.month list;
  3. month_days : int list;
  4. weekdays : Time.weekday list;
  5. hours : int list;
  6. minutes : int list;
  7. seconds : int list;
  8. unix_seconds : int64 list;
}
Sourcetype time_pattern_error =
  1. | Invalid_years of int list
  2. | Invalid_month_days of int list
  3. | Invalid_hours of int list
  4. | Invalid_minutes of int list
  5. | Invalid_seconds of int list
  6. | Invalid_unix_seconds of int64 list
Sourcetype error =
  1. | Invalid_search_param of Search_param.error
  2. | Invalid_time_pattern of time_pattern_error
Sourcetype time_range_pattern = time_pattern Range.range
Sourceval empty : time_pattern
Sourcemodule Check : sig ... end
Sourcemodule Single_pattern : sig ... end
Sourcemodule Range_pattern : sig ... end
Sourcemodule Equal : sig ... end
Sourcemodule Parsers : sig ... end
Sourcemodule Of_string : sig ... end
Sourcemodule To_string : sig ... end
Sourcemodule Print : sig ... end
Sourcemodule Serialize : sig ... end
Sourcemodule Deserialize : sig ... end
OCaml

Innovation. Community. Security.