map -package:containers -package:charset -package:amazonka-core -package:basement -package:case-insensitive -package:foldl -package:ghc -package:filepath -package:blaze-html is:exact package:pipes

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

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