map -package:Cabal -package:base -package:case-insensitive -package:blaze-html -is:exact -package:text is:exact package:pipes

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

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