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
The following function:
function BitsAsInt(b:bv32): int ensures 0 <= BitsAsInt(b) < 0x1_0000_0000 { b as int }
Causes an assertion failure in the latest Dafny:
(Very similar to issue #26.)
The text was updated successfully, but these errors were encountered:
3f899b9
Merge pull request #39 from dafny-lang/feature/dafny-v3.0.0-PreRelease2
d6340af
Updated the dafny submodule to v3.0.0-PreRelease2.
qunyanm
No branches or pull requests
The following function:
Causes an assertion failure in the latest Dafny:
(Very similar to issue #26.)
The text was updated successfully, but these errors were encountered: