map -package:containers -package:ghc -is:exact -package:integration -package:insert-ordered-containers -package:blaze-html -is:exact -package:basement -package:case-insensitive -package:monoidal-containers -package:base-prelude package:pipes is:exact

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

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