Module Timedesc.ISO_weekSource
Sourcetype error = [ | `Does_not_exist| `Invalid_iso_year of int| `Invalid_iso_week of int
] Constructors
Sourceval make_exn : year:int -> week:int -> t Accessors
Sourceval year_week : t -> int * int Comparison
Arithmetic
Pretty printing
Parsing
Sourceval of_iso8601_exn : string -> t