-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
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
SAW will not quickcheck for type Integer #1058
Comments
This is a consequence of saw-script/saw-core and cryptol having completely separate implementations of quickcheck generators. The ones in the saw-core package is just way out of date, and was never updated to include type I could go and add types |
The saw-core module |
The current plan is to go ahead and implement the quick fix to add support for type |
Cryptol happily tests functions on Integers:
SAW, in contrast, does not:
This might be related to #669.
The
Z
types are similar; Cryptol can test them but SAW will not.The text was updated successfully, but these errors were encountered: