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

Metavariables in have's type should not leak into body #4610

Open
Kha opened this issue Jul 1, 2024 · 0 comments
Open

Metavariables in have's type should not leak into body #4610

Kha opened this issue Jul 1, 2024 · 0 comments
Labels
bug Something isn't working P-low We are not planning to work on this issue

Comments

@Kha
Copy link
Member

Kha commented Jul 1, 2024

As a side effect of #4308, the tactic have : $ty := by $tacs* now requires all mvars in ty to be solved before elaborating tacs, which is not the case for other have forms but is the case for e.g. theorem. Everyone seems to agree that have should consistently behave like theorem in this respect, which should also help with parallelism.

Reported on Zulip.

@Kha Kha added the bug Something isn't working label Jul 1, 2024
@leanprover-bot leanprover-bot added the P-low We are not planning to work on this issue label Aug 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working P-low We are not planning to work on this issue
Projects
None yet
Development

No branches or pull requests

2 participants