Commit 2021-07-09 13:36 a312e7e2
View on Github →chore(topology/topological_fiber_bundle): reorganizing the code (#7938) What I do here:
- Get rid of
local_triv
: it is not needed. - Change
local_triv_ext
tolocal_triv
- Rename
local_triv'
aslocal_triv_as_local_equiv
(name suggested by @sgouezel) - Improve type class inference by getting rid of
dsimp
in instances - Move results about
bundle
that do not need the topology in an appropriate file - Update docs accordingly. Nothing else.