map -package:containers -package:bytestring -package:insert-ordered-containers -package:integration -package:base-prelude -package:basement -package:invertible -package:psqueues -package:foldl -package:dlist is:exact package:pipes

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

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