Binsec_symbolic.PathSourcetype ('state, 'model) partition = | FalseThe condition is false.
| TrueThe condition is true.
| Falsish of 'stateThe condition evaluates to false in the path models, but the given state may lead to true.
| Trueish of 'stateThe condition evaluates to true in the path models, but the given state may lead to false.
| Split of 'state * 'model listThe condition evaluates to true in the path models, and evaluates to false in the given state and models.
Return type of the function S.partition.