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
First, define a polymorphic cryptol predicate like this:
foo : {n} (fin n) => [n] -> Bit foo x = x == x
Then load it in saw and try to prove a type instance of it using quickcheck:
quickcheck
sawscript> import "test.cry" sawscript> prove (quickcheck 100) {{ foo`{8} }} [04:11:55.775] WARNING: using quickcheck to prove goal... user error ("prove" (<stdin>:1:1-1:6): "quickcheck" (<stdin>:1:8-1:18): not ftermf)
The text was updated successfully, but these errors were encountered:
2d480ae
Merge pull request #604 from GaloisInc/issue564
39b9bc4
Update saw-core submodule. Fixes #564.
No branches or pull requests
First, define a polymorphic cryptol predicate like this:
Then load it in saw and try to prove a type instance of it using
quickcheck
:The text was updated successfully, but these errors were encountered: