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

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

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