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

Function defaults

src/compute-engine/rubi/match.ts:157–161  ·  view source on GitHub ↗
(i: number, kk: () => boolean)

Source from the content-addressed store, hash-verified

155 if (mSeq(pat.ops, expr.ops, x, env, k)) return true;
156 }
157 }
158 // Collapse: default away the optional operands and match the single
159 // remaining operand against the whole expression.
160 return mCollapse(pat, expr, x, env, k);
161 }
162 }
163}
164

Callers 1

mCollapseFunction · 0.85

Calls 1

bindInFunction · 0.85

Tested by

no test coverage detected