Sourcetype error = [ | `Does_not_exist| `Invalid_year of int| `Invalid_month of int
] Constructors
Sourceval make_exn : year:int -> month:int -> t Accessors
Sourceval year_month : t -> int * int Comparison
Arithmetic
Sourceval add : ?years:int -> ?months:int -> t -> t Sourceval sub : ?years:int -> ?months:int -> t -> t Pretty printing
Parsing
Sourceval of_iso8601_exn : string -> t