map -package:containers -package:base -package:amazonka-core -package:imports -is:exact -package:basement -package:filepath -package:bytestring -package:aeson -package:ghc package:pipes is:exact

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

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