map -package:containers -package:ghc -package:basement -package:base-compat -package:amazonka-core -package:integration -package:Cabal-syntax -package:invertible -package:case-insensitive package:pipes is:exact

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

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