Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR breaks-up new symbolic conjuncts when simplifying a pattern. It is useful in conjunction K rule: ``` rule [notBool-or]: notBool ( A orBool B ) => ( notBool A ) andBool ( notBool B ) [simplification] ```
- Loading branch information