Commit 2023-09-14 13:42 eb83f03f
View on Github →chore(RingTheory/TensorProduct): cleanup type names (#7145) This fix has picked up a mixture of naming conventions for type names. In particular, this replaces:
A, B, B', C, D, D'
withA, B, C, D, E, F
R, A, A'
withR, S, A
k, R
withR, A
This also gives the universes explicit names because this is marginally nicer to read thanu_<random number>
.