map -package:Cabal -package:base -package:text -is:exact -package:containers -package:case-insensitive is:exact -package:vector -package:unordered-containers package:streaming

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