map -package:containers -package:case-insensitive -package:blaze-html -package:ghc -package:base-compat -package:invertible -package:charset is:exact -package:base-prelude -package:basement package:pipes

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

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