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 #17084: maximal implicit arguments now added to references in defined Ltac code #30

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

herbelin
Copy link

@herbelin herbelin commented Jan 7, 2023

In anticipation of a uniformisation in coq/coq#17084 of how references with maximal implicit arguments are interpreted in Ltac code (*), this PR fixes the tactic has_var in Autosubst_Derive.v so that when None is returned, it returns it with its implicit argument rather than without.

This is a priori backwards compatible, so it can be merged as soon as now.

(*) Prior to coq/coq#17084, maximal implicit arguments are inserted in interactive mode but not in non-interactive mode.

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.

None yet

1 participant