map -package:containers -package:Cabal-syntax -package:dlist -package:integration -package:foldl -package:ghc -package:bytestring -package:incipit-base -package:os-string is:exact package:pipes

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

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