map -package:containers -package:ghc -package:amazonka-core -package:basement -package:charset -package:conduit -package:bytestring -package:integration package:pipes is:exact

Apply a function to all values flowing downstream
map id = cat

map (g . f) = map f >-> map g