MCPcopy Create free account
hub / github.com/cortex-js/compute-engine / stepOf

Function stepOf

src/compute-engine/boxed-expression/rules.ts:1059–1060  ·  view source on GitHub ↗
(value: Expression)

Source from the content-addressed store, hash-verified

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.

Callers 2

applyRuleFunction · 0.85
replaceFunction · 0.85

Calls 3

applyRuleFunction · 0.85
varyingFormFunction · 0.85
isSameMethod · 0.65

Tested by

no test coverage detected