package timedesc

  1. Overview
  2. Docs

Module Date.ISO_ord_dateSource

Sourcetype view = private {
  1. year : int;
  2. day_of_year : int;
}
Sourcetype error = [
  1. | `Does_not_exist
  2. | `Invalid_year of int
  3. | `Invalid_day_of_year of int
]
Sourceexception Error_exn of error
Sourceval make : year:int -> day_of_year:int -> (t, error) result
Sourceval make_exn : year:int -> day_of_year:int -> t
Sourceval view : t -> view
OCaml

Innovation. Community. Security.