map -package:containers -package:foldl -package:incipit-base -package:base-compat-batteries -package:ghc -package:basement -package:os-string package:pipes is:exact

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

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