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
at
When I try to make at uninterpreted, it produces the following error message:
Cannot create uninterpreted function "at_180_256_Vec_32_Bool" with argument bvToNat 8 (<<bitvector>>)
The text was updated successfully, but these errors were encountered:
Support bvToNat in uninterpreted functions.
bvToNat
aa9afcd
This lets `goal_eval_unint` and `w4_unint` work with functions like `at`. Fixes #1591.
60e5a48
No branches or pull requests
When I try to make
at
uninterpreted, it produces the following error message:The text was updated successfully, but these errors were encountered: