(value: Expression)
| 1057 | // longer reaches the outer binder's index, and an index colliding with |
| 1058 | // a library constant resolves to the CONSTANT — `Σ_i Σ_j x·i` under |
| 1059 | // `x → 2` answered `8i`, the imaginary unit, instead of `12` |
| 1060 | // (`docs/SCOPING-MODEL.md`, "Rebuilding a scoped node"). |
| 1061 | // `scopeForRebuild` withholds the reuse when the rule renamed the binding |
| 1062 | // site, which would otherwise declare the new name into the original |
| 1063 | // expression's live scope. |
no test coverage detected