Interface FH\Monoid<T> extends FH\Semigroup<T>

Laws

Identity
append(appendId(),$a)=append($a,appendId())=$a\mathtt{append(appendId(), \$a)} = \mathtt{append(\$a, appendId())} = \mathtt{\$a}

Instance methods

appendId(): T
Identity element.