Documentation

Lake.Util.Date

Date #

A year-mont-day date. Used by Lake's TOML parser and its toolchain version parser (for nightlies).

def Lake.lpad (s : String) (c : Char) (len : Nat) :
Equations
def Lake.rpad (s : String) (c : Char) (len : Nat) :
Equations
def Lake.zpad (n len : Nat) :
Equations
Equations
@[reducible, inline]
Equations
@[reducible, inline]
Equations
def Lake.Date.maxDay (y m : Nat) :
Equations
@[reducible, inline]
abbrev Lake.Date.IsValidDay (y m d : Nat) :
Equations
def Lake.Date.ofValid? (year month day : Nat) :
Equations
Equations
  • One or more equations did not get rendered due to their size.
Equations