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 proof causes a Cryptol 2.10.0 kernel panic on Windows 10:
:proof revRev: [12][0] -> Bit
revRev : {n, a} (Eq a, fin n) => [n]a -> Bit property revRev (xs) = reverse (reverse xs) == xs
I'm using Z3 4.8.5 x64 on Windows.
The text was updated successfully, but these errors were encountered:
Make freshVar produce a VWord instead of a VSeq for type [0].
freshVar
[0]
4735117
Fixes #1093. Fixes #1094.
Add regression test for issues #1093 and #1094.
5ff4f5b
brianhuffman
Successfully merging a pull request may close this issue.
The following proof causes a Cryptol 2.10.0 kernel panic on Windows 10:
:proof revRev: [12][0] -> Bit
I'm using Z3 4.8.5 x64 on Windows.
The text was updated successfully, but these errors were encountered: