map -package:containers -package:ghc -package:basement -package:base-compat -package:foldl -package:case-insensitive -package:blaze-html -package:os-string -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