Open AntoineChambert-Loir opened 1 year ago
This is a refactor of infinite sums, more or less everything is now available in a comm_monoid via multipliable, has_tprod, tprod, and in the case of add_comm_monoid as smmable, has_sum, tsum.
comm_monoid
multipliable
has_tprod
tprod
add_comm_monoid
smmable
has_sum
tsum
As discussed on Zulip, we have a competing PR for this at #18405.
This is a refactor of infinite sums, more or less everything is now available in a
comm_monoid
viamultipliable
,has_tprod
,tprod
, and in the case ofadd_comm_monoid
assmmable
,has_sum
,tsum
.