map -package:containers -package:aeson -package:foldl -package:invertible -package:basement -package:Cabal-syntax -package:amazonka-core -package:filepath -package:monoidal-containers is:exact package:pipes

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

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