concat package:jsaddle

O(n) Concatenate a list of JSStrings.
O(n) Concatenate a list of streams. Properties
unstream . concat . fmap stream  = concat
O(n) Map a function over a JSString that results in a JSString, and concatenate the results.
Map a function over a stream that results in a stream and concatenate the results. Properties
unstream . concatMap (stream . f) . stream = concatMap f