Equations
- Time.Second.zero = Time.Fixed.zero
Instances For
Equations
- Time.Second.sixty = Time.Fixed.toFixed Time.Sign.Nonneg 60 default
Instances For
@[reducible, inline]
Instances For
- Hour : Time.Ico 0 24
- Minute : Time.Ico 0 60
- Second : Time.Ico.Second
Instances For
Equations
- Time.instReprTimeOfDay = { reprPrec := Time.reprTimeOfDay✝ }
Equations
- Time.instBEqTimeOfDay = { beq := Time.beqTimeOfDay✝ }
Equations
- One or more equations did not get rendered due to their size.
Equations
- tod.timeOfDayToTime = Time.DiffTime.fromSecNsec Time.Sign.Nonneg ((tod.Hour.val * 60 + tod.Minute.val) * 60 + tod.Second.val.toParts.numerator) tod.Second.val.toParts.denominator
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Time.TimeOfDay.timeToTimeOfDay secsOfTime = (Time.TimeOfDay.timeToDaysAndTimeOfDay secsOfTime).snd
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Time.TimeOfDay.localToUTCTimeOfDay zone tod = Time.TimeOfDay.utcToLocalTimeOfDay (Time.TimeZone.minutesToTimeZone (-zone.timeZoneMinutes)) tod
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Time.TimeOfDay.toSecond' s = Time.TimeOfDay.toSecond (↑s.ico.val) 0 ⋯ ⋯
Instances For
TimeOfDay syntactic category
Equations
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
TimeOfDay from numeric literals hour, minute, second and nanosecond
Equations
- One or more equations did not get rendered due to their size.
Instances For
TimeOfDay from numeric literals hour, minute and second
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.