map -package:Cabal -package:base -package:case-insensitive -package:vector -package:blaze-html -package:unordered-containers -package:regex-tdfa -package:pipes package:streaming is:exact

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