map -package:containers -package:blaze-html -is:exact -package:insert-ordered-containers -package:basement -package:case-insensitive -package:dlist is:exact package:pipes

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

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