Documentation

Std.Time.Date.ValidDate

Represents a valid date for a given year, considering whether it is a leap year. Example: (2, 29) is valid only if leap is true.

Instances For
    @[implicit_reducible]
    @[implicit_reducible]
    @[implicit_reducible]
    instance Std.Time.instOrdValidDate {leap : Bool} :
    Ord (ValidDate leap)

    Transforms a tuple of a Month and a Day into a Day.Ordinal.OfYear.

    Instances For

      Transforms a Day.Ordinal.OfYear into a tuple of a Month and a Day.

      Instances For