# Packages
No description provided by the author
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
ConcatAll concatenates all values using the monoid and the default empty value.
Fold concatenates all values using the monoid and the default empty value.
FunctionMonoid forms a monoid as long as you can provide a monoid for the codomain.
No description provided by the author
MakeMonoid creates a monoid given a concat function and an empty element.
Reverse returns the dual of a `Monoid`, obtained by swapping the arguments of `Concat`.
No description provided by the author
# Interfaces
No description provided by the author