map -package:containers -package:dense-linear-algebra -package:charset -package:ghc -package:bytestring -package:base-compat -package:incipit-base -package:basement -package:case-insensitive -package:base-prelude is:exact package:pipes

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

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