Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Further simplification of untagged variant output #7142

Closed
cknitt opened this issue Nov 1, 2024 · 1 comment · Fixed by #7151
Closed

Further simplification of untagged variant output #7142

cknitt opened this issue Nov 1, 2024 · 1 comment · Fixed by #7151

Comments

@cristianoc
Copy link
Collaborator

And this:
#7135 (review)

cristianoc added a commit that referenced this issue Nov 8, 2024
Fixes #7142

- x ? y : false --> x && y
- x ? false : y --> !x && y
- push negation inside when it leads to simplification
cristianoc added a commit that referenced this issue Nov 10, 2024
Fixes #7142

- x ? y : false --> x && y
- x ? false : y --> !x && y
- push negation inside when it leads to simplification
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants