concat -base -xhtml
O(n) Concatenate a list of ByteStrings.
O(n) Concatenate a list of Texts.
Concatenative gives haskell factor style combinators and arrows for postfix notation. For more information on stack based languages, see http://concatenative.org
Version 1.0.1
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