map -package:containers -package:bytestring -package:Cabal-syntax -package:basement -package:invertible -is:exact -package:amazonka-core -package:filepath -package:imports -package:integration package:pipes is:exact

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

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