<> package:xmlgen

An associative operation.
(a <> b) <> c = a <> (b <> c)
If a is also a Monoid we further require
(<>) = mappend