Date.ISO_week_dateexception Error_exn of errorConstructs a date in the ISO week calendar.
Returns Error `Invalid_iso_year if year < 0 || 9999 < year.
Returns Error `Invalid_iso_week if week < 1 || week count of year < week.
val pp_iso8601 : Stdlib.Format.formatter -> t -> unitval to_iso8601 : t -> stringval of_iso8601 : string -> (t, string) Stdlib.resultval of_iso8601_exn : string -> t