Commit 2025-07-11 19:04 73303bb6
View on Github →chore(Algebra/Equiv/TransferInstance): delete duplicated Shrink
material (#26774)
Split Algebra.Small.Group
into
Algebra.Group.Shrink
Algebra.GroupWithZero.Shrink
SplitAlgebra.Small.Ring
intoAlgebra.Ring.Shrink
Algebra.Field.Shrink
SplitAlgebra.Small.Module
intoAlgebra.Module.Shrink
Algebra.Algebra.Shrink
Almost all of this duplicated the material inAlgebra.Equiv.TransferInstance
, which we therefore remove. This is the second part of #26732, split off for Eric's convenience.