map -package:Cabal -package:base -package:text -is:exact -package:containers is:exact -package:unordered-containers -package:conduit -package:regex-tdfa -package:utility-ht package:streaming

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