map -package:containers -package:imports -package:conduit -package:blaze-html -package:invertible -package:Cabal-syntax -package:basement -package:psqueues -package:regex-tdfa package:pipes -is:exact is:exact

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

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