map -package:base -is:exact -is:exact -package:case-insensitive -package:aeson is:exact -package:containers -package:vector -package:dlist -package:bytestring package:streaming

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