map -package:containers -package:insert-ordered-containers -package:basement -is:exact -is:exact -package:case-insensitive -package:blaze-html -package:filepath -package:aeson -package:charset -package:psqueues package:pipes is:exact

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

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