map -package:containers -package:aeson -package:basement -package:psqueues is:exact -package:ghc -package:bytestring -package:filepath -package:blaze-html -package:integration -package:text package:pipes

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

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