map -package:containers -package:case-insensitive -package:Cabal-syntax -package:integration -package:amazonka-core -package:imports -package:dlist -package:basement package:pipes is:exact

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

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