[Merged by Bors] - chore: replace continuity -> fun_prop in remaining auto-parameters#35273
[Merged by Bors] - chore: replace continuity -> fun_prop in remaining auto-parameters#35273grunweg wants to merge 16 commits intoleanprover-community:masterfrom
continuity -> fun_prop in remaining auto-parameters#35273Conversation
PR summary 83a9b27e0dImport changes for modified filesNo significant changes to the import graph Import changes for all files
Declarations diffNo declarations were harmed in the making of this PR! 🐙 You can run this locally as follows## summary with just the declaration names:
./scripts/pr_summary/declarations_diff.sh <optional_commit>
## more verbose report:
./scripts/pr_summary/declarations_diff.sh long <optional_commit>The doc-module for No changes to technical debt.You can run this locally as
|
aa6c640 to
d7d44fd
Compare
continuity -> fun_prop in a few more auto-parameterscontinuity -> fun_prop in remaining auto-parameters
|
This PR/issue depends on: |
|
!bench |
|
Benchmark results for 5019c09 against 3773dce are in! @grunweg
Large changes (2✅)
Medium changes (3✅)
Small changes (3✅)
|
|
The performance gains on this look good to me! Thanks! |
|
Build failed (retrying...): |
|
Build failed (retrying...): |
| (M : Type*) [TopologicalSpace M] [AddCommMonoid M] (M₂ : Type*) [TopologicalSpace M₂] | ||
| [AddCommMonoid M₂] [Module R M] [Module S M₂] extends M →ₛₗ[σ] M₂ where | ||
| cont : Continuous toFun := by continuity | ||
| cont : Continuous toFun := by fun_prop |
There was a problem hiding this comment.
This seems to be failing the build, can you try merging master?
|
bors r- |
|
✌️ grunweg can now approve this pull request. To approve and merge a pull request, simply reply with |
|
Canceled. |
|
Green - let's merge again: |
|
Pull request successfully merged into master. Build succeeded: |
continuity -> fun_prop in remaining auto-parameterscontinuity -> fun_prop in remaining auto-parameters
leanprover-community#35273) Resurrected version of leanprover-community#13994. Let's look at the current fall-out and performance effect.
Resurrected version of #13994. Let's look at the current fall-out and performance effect.