map is:exact -package:text -package:basement -package:integration -package:incipit-base -package:case-insensitive -package:containers -package:Cabal-syntax -package:insert-ordered-containers -package:os-string -package:psqueues package:pipes

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

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