We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
mkIte
Many ite constructors in What4.Expr.Builder use mkIte, which encapsulates some trivial rewrites:
ite
What4.Expr.Builder
what4/what4/src/What4/Expr/Builder.hs
Line 2727 in 038e948
Line 3246 in 038e948
Line 3468 in 038e948
Line 3815 in 038e948
but some don't:
Line 1661 in 038e948
Line 1667 in 038e948
Line 2179 in 038e948
Perhaps worse still, some use it but reimplement its rewrites:
Lines 3215 to 3219 in 038e948
We should use it consistently.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Many
ite
constructors inWhat4.Expr.Builder
usemkIte
, which encapsulates some trivial rewrites:what4/what4/src/What4/Expr/Builder.hs
Line 2727 in 038e948
what4/what4/src/What4/Expr/Builder.hs
Line 3246 in 038e948
what4/what4/src/What4/Expr/Builder.hs
Line 3468 in 038e948
what4/what4/src/What4/Expr/Builder.hs
Line 3815 in 038e948
but some don't:
what4/what4/src/What4/Expr/Builder.hs
Line 1661 in 038e948
what4/what4/src/What4/Expr/Builder.hs
Line 1667 in 038e948
what4/what4/src/What4/Expr/Builder.hs
Line 2179 in 038e948
Perhaps worse still, some use it but reimplement its rewrites:
what4/what4/src/What4/Expr/Builder.hs
Lines 3215 to 3219 in 038e948
We should use it consistently.
The text was updated successfully, but these errors were encountered: