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

Adapt to Coq PR #18591: better refolding of addn induces now useless addnE #57

Conversation

herbelin
Copy link

The tactic simpl was missing some refoldings that Coq's PR coq/coq#18591 fixes. As a result, a rewriting from Nat.add to addn becomes useless. We keep it optional though for compatibility (though I did not double-check the compilation myself). If correctly backwards-compatible, it can be merged as soon as now.

…addnE.

"simpl" was missing some refoldings. Coq PR #18591 fixes it. As a
result, a rewriting from Nat.add to addn becomes useless. We keep it
optional though for compatibility.
@proux01
Copy link
Contributor

proux01 commented Jun 30, 2024

Subsumed by #58

@proux01 proux01 closed this Jun 30, 2024
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.

2 participants