map -package:amazonka-core -package:bytestring -package:base -package:case-insensitive -package:basement -package:integration -package:insert-ordered-containers -package:filepath -is:exact -package:os-string -package:monoidal-containers package:pipes is:exact

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

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