pub trait CommutativeMonoid: Monoid { }
可環モノイド
任意の要素 $x,y\in S$ に対し,
x,y\in S
x \times y = y \times x
が成立する.