map -package:amazonka-core -package:bytestring -package:base -package:case-insensitive -package:basement -package:monoidal-containers -package:os-string -package:foldl is:exact package:pipes

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

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