Module naan::semigroup

source ·
Expand description

Semigroup, Monoid

Traits

  • Monoid extends Semigroup with the an “identity” value that appending to a Semigroup will result in the same value.
  • Semigroup defines some associative operation that can be done to 2 instances of a type.