Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Summary More marker simplification: - Filters out redundant subtrees based on outer expressions, e.g. `a and (a or b)` simplifies to `a`. - Flattens nested trees internally, e.g. `(a and b) and c` Resolves #4536.
- Loading branch information