lean4-htt/src/Std/Time
Markus Himmel 68d9d14d44
chore: do not use the coercion α → Option α in Init and Std (#8085)
This PR moves the coercion `α → Option α` to the new file
`Init.Data.Option.Coe`. This file may not be imported anywhere in `Init`
or `Std`.
2025-04-24 13:35:01 +00:00
..
Date feat: Ord-related instances for various types (#7687) 2025-03-28 13:31:09 +00:00
DateTime feat: Ord-related instances for various types (#7687) 2025-03-28 13:31:09 +00:00
Format chore: do not use the coercion α → Option α in Init and Std (#8085) 2025-04-24 13:35:01 +00:00
Internal chore: do not use the coercion α → Option α in Init and Std (#8085) 2025-04-24 13:35:01 +00:00
Notation chore: do not use the coercion α → Option α in Init and Std (#8085) 2025-04-24 13:35:01 +00:00
Time feat: Ord-related instances for various types (#7687) 2025-03-28 13:31:09 +00:00
Zoned chore: do not use the coercion α → Option α in Init and Std (#8085) 2025-04-24 13:35:01 +00:00
Date.lean
DateTime.lean
Duration.lean feat: Ord-related instances for various types (#7687) 2025-03-28 13:31:09 +00:00
Format.lean fix: adjustments to the datetime library (#6431) 2025-01-13 11:02:30 +00:00
Internal.lean
Notation.lean fix: corrects the handling of datetime size for certain specifiers during parsing (#7571) 2025-03-26 16:11:13 +00:00
Time.lean
Zoned.lean