map -package:containers -package:charset -package:invertible -is:exact -package:basement -package:psqueues -package:foldl -is:exact -package:monoidal-containers -package:insert-ordered-containers is:exact package:pipes

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

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