map -package:Cabal -package:base -package:case-insensitive -package:vector -package:blaze-html -package:aeson -package:unordered-containers -package:foldl is:exact -package:text package:streaming

Standard map on the elements of a stream.
>>> S.stdoutLn $ S.map reverse $ each (words "alpha beta")
ahpla
ateb