Skip to content
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

Support Coq 8.15, 8.16 in support libraries #1750

Merged
merged 2 commits into from
Nov 18, 2022
Merged

Support Coq 8.15, 8.16 in support libraries #1750

merged 2 commits into from
Nov 18, 2022

Conversation

RyanGlScott
Copy link
Contributor

This requires a small change from Numeral Notation notation to Number Notation, the former of which was removed in Coq 8.15. The latter is only supported in Coq 8.13 or later, so I have documented this in the saw-core-coq README.

Fixes #1601.

This requires a small change from `Numeral Notation` notation to `Number
Notation`, the former of which was removed in Coq 8.15. The latter is only
supported in Coq 8.13 or later, so I have documented this in the `saw-core-coq`
`README`.

Fixes #1601.
@RyanGlScott RyanGlScott added the subsystem: saw-core-coq Issues related to converting saw-core to Gallina for use with the Coq/Rocq theorem prover label Oct 11, 2022
@RyanGlScott RyanGlScott added the PR: ready to merge Magic flag for pull requests to ask Mergify to merge given an approval and a successful CI run label Nov 18, 2022
@eddywestbrook eddywestbrook merged commit c29a4c9 into master Nov 18, 2022
@mergify mergify bot deleted the T1601 branch November 18, 2022 22:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: ready to merge Magic flag for pull requests to ask Mergify to merge given an approval and a successful CI run subsystem: saw-core-coq Issues related to converting saw-core to Gallina for use with the Coq/Rocq theorem prover
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Get Coq extraction working with the latest Coq version
2 participants