map is:exact -package:dlist -package:basement -package:insert-ordered-containers -package:monoidal-containers -package:filepath -package:invertible -package:os-string -package:hedgehog package:pipes

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

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