lean4-htt/src/Std/Time
Leonardo de Moura 9a032cd261
feat: backward.isDefEq.respectTransparency (#12179)
This PR ensures `isDefEq` does not increase the transparency mode to
`.default` when checking whether implicit arguments are definitionally
equal. The previous behavior was creating scalability problems in
Mathlib. That said, this is a very disruptive change. The previous
behavior can be restored using the command
```
set_option backward.isDefEq.respectTransparency false
```
2026-02-16 15:57:21 +00:00
..
Date feat: backward.isDefEq.respectTransparency (#12179) 2026-02-16 15:57:21 +00:00
DateTime chore: remove redundant imports in core (#10750) 2025-10-16 20:27:46 +00:00
Format refactor: String.foldl and String.isNat go through String.Slice (#11289) 2025-11-21 11:17:50 +00:00
Internal chore: shake core (#12276) 2026-02-05 09:10:32 +00:00
Notation chore: remove redundant imports in core (#10750) 2025-10-16 20:27:46 +00:00
Time chore: remove redundant imports in core (#10750) 2025-10-16 20:27:46 +00:00
Zoned chore: shake core (#12276) 2026-02-05 09:10:32 +00:00
Date.lean chore: remove public section from end of files (#10684) 2025-10-06 13:30:48 +00:00
DateTime.lean refactor: module-ize Std.Time (#9100) 2025-07-16 09:57:53 +00:00
Duration.lean chore: shake core (#12276) 2026-02-05 09:10:32 +00:00
Format.lean chore: remove redundant imports in core (#10750) 2025-10-16 20:27:46 +00:00
Internal.lean chore: remove public section from end of files (#10684) 2025-10-06 13:30:48 +00:00
Notation.lean chore: remove redundant imports in core (#10750) 2025-10-16 20:27:46 +00:00
Time.lean chore: remove public section from end of files (#10684) 2025-10-06 13:30:48 +00:00
Zoned.lean doc: typo in docstring of Std.Time.DateTime.now (#10668) 2025-10-07 04:55:31 +00:00