map -package:containers -package:ghc -package:basement -package:case-insensitive -package:imports -package:base-prelude -package:os-string -package:psqueues is:exact package:pipes

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

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