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

[derive] Open scope only locally #647

Merged
merged 1 commit into from
Jul 2, 2024
Merged

Conversation

eponier
Copy link
Collaborator

@eponier eponier commented Jul 2, 2024

Avoids messing with the scopes opened by the client.

Require Import ZArith.
From elpi.apps Require Import derive.std.

Check forall p, p < p.

Before

forall p : positive, p < p
     : Prop

After

forall p : nat, p < p
     : Prop

Copy link
Contributor

@gares gares left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks!

@gares gares merged commit 55e6039 into LPCIC:master Jul 2, 2024
42 checks passed
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