lean4-htt/src/Init/Data/ByteArray
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
..
Basic.lean chore: shake core (#12276) 2026-02-05 09:10:32 +00:00
Bootstrap.lean chore: remove redundant imports in core (#10750) 2025-10-16 20:27:46 +00:00
Extra.lean chore: shake core (#12276) 2026-02-05 09:10:32 +00:00
Lemmas.lean feat: backward.isDefEq.respectTransparency (#12179) 2026-02-16 15:57:21 +00:00