Builder package:rio
Builders denote sequences of bytes. They are
Monoids
where
mempty is the zero-length sequence and
mappend is
concatenation, which runs in
O(1).
A builder of binary data, with the invariant that the underlying data
is supposed to be UTF-8 encoded.
Encode text to a ByteString
Builder using UTF-8 encoding.