map -package:Cabal -package:base -package:text -package:pipes -package:unordered-containers is:exact -package:vector -package:bytestring -package:hedgehog -package:haskell-gi-base package:streaming

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