map -package:base -is:exact -is:exact -package:bytestring -package:containers -package:unordered-containers -package:ghc -package:vector -package:filepath package:streaming is:exact

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