Module Daypack_lib.Time_patternSource
Sourcetype time_pattern = {years : int list;months : Time.month list;month_days : int list;weekdays : Time.weekday list;hours : int list;minutes : int list;seconds : int list;unix_seconds : int64 list;
} Sourcetype time_pattern_error = | Invalid_years of int list| Invalid_month_days of int list| Invalid_hours of int list| Invalid_minutes of int list| Invalid_seconds of int list| Invalid_unix_seconds of int64 list