Skip to content

Coal.Monoid

A monoid is a semigroup with an identity element (id), providing a neutral value for the associative binary operation.


Monoid

trait

Trait for types that have an associative binary operation (inherited from Semigroup) and an identity element id that is neutral with respect to that operation.

  • id : m