-
Notifications
You must be signed in to change notification settings - Fork 63
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
How to deal with fromIntMod? #1296
Comments
The problem here is not with parsing saw-core terms using
You can also state rewrite rules about
|
That's pretty helpful (and hopeful) but I still have a problem:
Should some other equality relation be used? |
Yes, let's close this in favor of #1261. |
I was experimenting again with the use of modular types. Now
goal_eval_unint
does not crash, so that's an improvement. I get back a term containing things likeand now I need some rewrites to eliminate those coercions (so that other rewrites I want to use will match). These functions do not appear in the Cryptol prelude but rather in Prelude.sawcore so I need to refer to them somehow using
parse_core
. This happens when I try.I have previously had a problem like this, that SAWCore terms involving type Nat cannot easily be manipulated.
Is there any way to define rewrites for these functions so that they can be eliminated where they are redundant?
The text was updated successfully, but these errors were encountered: