Bases: Monoid
Monoid
Endofunction monoid (a -> a)
Append two monoids
Using + operator to append two monoid values seems natural because that’s what Python is doing by default because lists are concatenated with +.
+
m -> m -> m
Table of contents: