-
Notifications
You must be signed in to change notification settings - Fork 448
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
fix: reduce Eq.rec
when mvars are present
#6577
base: master
Are you sure you want to change the base?
Conversation
Mathlib CI status (docs):
|
changelog-language |
I noticed that you had to add |
Oh dear -- and as a general principle, if you get Mathlib to build, but it requires |
This PR allows K-like reduction (used when reducing
Eq.rec
) when metavariables are present.Closes #6562