Module Values.ShiftCoveragesMapSource

Sourcetype nonrec t = (DayOfWeek.t * CoverageTimes.t) list
Sourceval make : 'a -> 'a
Sourceval of_header : (Base.String.t * string) list -> 'a list
Sourceval to_value : (DayOfWeek.t * CoverageTime.t list) list -> [> `Map of ([> `Enum of string ] * [> `List of [> `Structure of (string * [> `Structure of (string * [> `Integer of HourOfDay.t ]) list ]) list ] list ]) list ]
Sourceval to_query : (DayOfWeek.t * CoverageTime.t list) list -> Awso.Client.Query.t
Sourceval to_header : 'a -> 'b
Sourceval of_xml : 'a -> 'b
Sourceval of_json : Yojson.Safe.t -> (DayOfWeek.t * CoverageTime.t list) list
Sourceval to_json : (DayOfWeek.t * CoverageTime.t list) list -> Yojson.Safe.t