Commit 2021-07-14 08:37 8e5af430
View on Github →chore(algebra/big_operators/basic): rename sum_(nat/int)_cast and (nat/int).coe_prod (#8264) The current names aren't great because
- For sum_nat_castandsum_int_cast, the LHS isn't a sum of casts but a cast of sums, and it doesn't follow any other naming convention (nat.cast_...or....coe_sum).
- For .coe_prod, the coercion fromℕorℤshould be calledcast.