(e: Expression)
| 465 | if (cached !== undefined) return cached; |
| 466 | const t0 = Date.now(); |
| 467 | let r: Expression; |
| 468 | try { |
| 469 | r = e.simplify(); |
| 470 | } catch { |
| 471 | // Deadline exceeded (CancellationError): fall back to the |
| 472 | // unsimplified expression — same fail-closed behavior as the leaf cap. |
no test coverage detected