map -package:containers -package:foldl -package:incipit-base -package:base-compat-batteries -package:basement -package:monoidal-containers -package:hedgehog -package:psqueues -package:filepath -package:case-insensitive is:exact package:pipes

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

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