map -package:containers is:exact -package:blaze-html -package:incipit-base -package:conduit -package:base -package:Cabal-syntax -package:aeson -package:ghc -package:filepath -package:os-string package:pipes

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

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