map -package:Cabal -package:base -package:text -package:bytestring -package:blaze-html -package:case-insensitive -package:hedgehog -package:conduit -package:vector -package:base-compat package:streaming is:exact

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