map -package:containers -package:Cabal-syntax -package:blaze-html -package:conduit -package:case-insensitive -package:basement -package:bytestring -package:ghc -package:psqueues -package:incipit-base package:pipes is:exact

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

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