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 ``` |
||
|---|---|---|
| .. | ||
| Basic.lean | ||
| Bootstrap.lean | ||
| Extra.lean | ||
| Lemmas.lean | ||