map -package:containers is:exact -package:base-compat-batteries -package:aeson -package:imports -package:blaze-html -package:insert-ordered-containers -package:filepath -package:basement -package:invertible -package:ghc package:pipes

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

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