concatMap package:jsaddle

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