Commit 2023-07-02 14:35 e473c319
View on Github →refactor: redefine bundle.total_space (#19221)
- Use a custom structure for
bundle.total_space.- Use
bundle.total_space.mkinstead ofbundle.total_space_mk. - Use
bundle.total_space.to_prodinstead ofequiv.sigma_equiv_prod. - Use
bundle.total_space.mk'(scoped notation) to specifyF. - Rename
bundle.trivial.proj_sndtobundle.total_space.trivial_sndto allow dot notation. Should we just usebundle.total_space.sndsincebundle.trivialis now reducible?
- Use
- Add an unused argument to
bundle.total_space. - Make
bundle.trivialandbundle.continuous_linear_mapreducible. - Drop instances that are no longer needed.