map -package:containers -package:foldl -package:incipit-base -package:base-compat -package:basement -package:dense-linear-algebra -package:base-prelude -package:amazonka-core -package:ghc -package:bytestring is:exact package:pipes

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

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