map -package:containers -package:base -package:Cabal-syntax -package:basement -package:amazonka-core -package:ghc -package:os-string -package:filepath -package:imports -package:charset -package:invertible package:pipes is:exact

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

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