Conversion functions to translate to and from Schedule_v4_deprecated.t
. Schedules
containing Zoned_between
cannot be downgraded, but all V4 schedules are
expressable as V5 schedules.
module V4 = Core.Schedule_v4_deprecated
val to_v4 : (Core__Schedule_v5.zoned, 'b) Core__Schedule_v5.t ‑> (V4.zoned, 'b) V4.t Core__.Import.Or_error.t
val to_v4_exn : (Core__Schedule_v5.zoned, 'b) Core__Schedule_v5.t ‑> (V4.zoned, 'b) V4.t
val of_v4 : (V4.zoned, 'b) V4.t ‑> (Core__Schedule_v5.zoned, 'b) Core__Schedule_v5.t