Skip to content

Fixes for Coq 8.12#8

Draft
yforster wants to merge 1 commit into
aa755:vcoq8.11from
yforster:coq-8.12
Draft

Fixes for Coq 8.12#8
yforster wants to merge 1 commit into
aa755:vcoq8.11from
yforster:coq-8.12

Conversation

@yforster

@yforster yforster commented Aug 4, 2020

Copy link
Copy Markdown

Here's a version compiling under Coq 8.12. I'm marking it as draft for now because I first want to ensure that all of CertiCoq compiles.

The only notable fix for 8.12 was that the syntax exists x1, x2. in Ltac scripts is broken, maybe because of a conflicting notation on terms. Instead I used exists x1; exists x2 everywhere.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant