map -package:containers -package:ghc -package:integration -package:basement -package:bytestring is:exact -package:conduit -package:foldl -package:psqueues package:pipes

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

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