concat -base -package
O(n) Concatenate a list of ByteStrings.
O(n) Concatenate a list of Texts.
Map a function over a ByteString and concatenate the results
O(n) Map a function over a Text that results in a Text, and concatenate the results.
Map a function over a ByteString and concatenate the results