* Assume `NotElement(x, S)`: store an exclusion fact (design §4.1).
(proposition: Expression)
| 247 | }; |
| 248 | |
| 249 | const UNSUPPORTED_PREDICATE_OPERATORS = new Set<string>([ |
| 250 | 'Or', |
| 251 | 'Not', |
| 252 | 'Implies', |
| 253 | 'Equivalent', |
| 254 | 'Xor', |
| 255 | 'Nand', |
| 256 | 'Nor', |
| 257 | 'ForAll', |
| 258 | 'Exists', |
| 259 | 'ExistsUnique', |
| 260 | 'ForElement', |
no test coverage detected