View Source Funx.Monoid.Sum (funx v0.1.0)
A Monoid implementation for sums.
This monoid uses addition as its associative operation
and 0
as the identity element.
Summary
Types
@type t() :: %Funx.Monoid.Sum{value: number()}
A Monoid implementation for sums.
This monoid uses addition as its associative operation
and 0
as the identity element.
@type t() :: %Funx.Monoid.Sum{value: number()}