(ce: ComputeEngine, s: string)
| 1161 | if (refineSymbolType(ce, symbol, 'real', cause) === 'contradiction') |
| 1162 | return 'contradiction'; |
| 1163 | } |
| 1164 | // ...fall through to store the membership fact |
| 1165 | } |
| 1166 | |
| 1167 | // 6. Inert/unknown set: store a membership fact (design §4.1 — this used |
| 1168 | // to throw "Invalid domain") |
no test coverage detected