MonadEx v1.1.0 Monoid protocol
Monoids have two principle operations: empty/zero and append.
This protocol
doesn’t have an empty
function due to the limitations of Elixir protocols.
I can implement this functionality using Behaviours, but I haven’t done so
yet.
Summary
Functions
Takes two monoid
s and concatenates them