map -package:Cabal -package:base -package:text -package:dlist is:exact -package:blaze-html -package:vector -package:conduit -package:bytestring -package:relude package:streaming

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