[Merged by Bors] - fix(Tactic/Convert): support over-applications again#40740
[Merged by Bors] - fix(Tactic/Convert): support over-applications again#40740JovanGerb wants to merge 4 commits into
Conversation
PR summary d63dfe5806Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
|
thanks! maintainer merge |
|
🚀 Pull request has been placed on the maintainer queue by joneugster. |
|
@JovanGerb The PR title and the comment that becomes the commit message seem to contradict each other. Can you please fix this before sending this to master. Otherwise I trust this is the right move. bors d+ |
|
✌️ JovanGerb can now approve this pull request until 2026-07-14 15:10 UTC (in 2 weeks). To approve and merge, reply with
|
|
bors r+ |
This PR fixes a regression introduced in #38071, which had caused the congruence algorithm of `convert` to not support over-applications. I added a test to show this now works again.
|
Pull request successfully merged into master. Build succeeded:
|
…unity#40740) This PR fixes a regression introduced in leanprover-community#38071, which had caused the congruence algorithm of `convert` to not support over-applications. I added a test to show this now works again.
…unity#40740) This PR fixes a regression introduced in leanprover-community#38071, which had caused the congruence algorithm of `convert` to not support over-applications. I added a test to show this now works again.
This PR fixes a regression introduced in #38071, which had caused the congruence algorithm of
convertto not support over-applications.I added a test to show this now works again.