map -package:containers -package:insert-ordered-containers -package:basement -is:exact -package:base-prelude -package:bytestring -package:filepath -package:amazonka-core -package:monoidal-containers -package:foldl package:pipes is:exact

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

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