-
Notifications
You must be signed in to change notification settings - Fork 110
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
chore: changes required for leanprover/lean4#2783 #331
Conversation
This seems to contain more than just leanprover/lean4#2783 . Should this perhaps be a PR which targets the nightly-testing branch instead? I'm not really sure how the review process for these kind of PRs is supposed to work (or where I should push suggested changes), as they can't be merged as is to |
We also need to restore a bunch of |
Co-authored-by: Mario Carneiro <[email protected]>
Could we please defer that? It seems this could be done optionally/later, and I am not keen for this to become a blocker for releasing a new version. |
⟨(fun a => ⟨a, h a⟩) <$> x, | ||
by simp (config := { unfoldPartialApp := true }) [← comp_map, Function.comp]⟩ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@digama0, in Mathlib we have the lemma Function.comp_def
, and there I have used that to avoid needing unfoldPartialApp := true
every time we want to unfold Function.comp
.
Do you think I should move that up to Std?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, I've done this in #367 now.
I've fixed this so it is now relative to |
Closing this in favour of #367 |
These are the changes required for leanprover/lean4#2783. Please review skeptically!