Commit 2025-03-02 22:29 b22c448b
View on Github →refactor(RingTheory/TensorProduct): reorder variables to match the module version (#22444)
This changes the types such the variables are in order in the conclusion, rather than the assumptions.
Now Algebra.TensorProduct.map
has the type arguments in the same order as TensorProduct.AlgebraTensorModule.map
and TensorProduct.map
, and same for congr
.