(why: string)
| 42 | }; |
| 43 | |
| 44 | const fail = (why: string): never => { |
| 45 | throw new RuleFail(why); |
| 46 | }; |
| 47 | |
| 48 | // --------------------------------------------------------------------------- |
| 49 | // Builder: corpus MathJSON + bindings → BoxedExpression |
no outgoing calls
no test coverage detected