map -package:Cabal -package:base -package:case-insensitive -package:blaze-html -is:exact -package:ghc is:exact -package:vector -package:text -package:utility-ht -package:unordered-containers package:streaming

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