-
Notifications
You must be signed in to change notification settings - Fork 38
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
Coq proofs under Frama-C 19.0 beta #20
Comments
Frama-C 19 requires some changes in our Coq proofs.
where Coq now (in contrast to Frama-C 18) complains
I fix this issue by changing the above line to
I have two questions:
Note that I am using the same version 8.7.2 of Coq that we had been using with Frama-C 18.0. |
I confirm that I had the same problem (thanks for the workaround by the way 😛) with one of my Coq proofs. |
I am glad I could help!-) |
You could open the int scope at the start of the proof. Perhaps we added or removed a scope opening in Coq generation in the last version. Does one of you have a simple example? |
I am not sure the following example helps but it shows some differences in the generated coq code.
When processing it with
With
|
No description provided.
The text was updated successfully, but these errors were encountered: