map is:exact -package:vector -package:bytestring -package:base -package:basement -package:insert-ordered-containers -package:foldl -package:base-compat -package:os-string -package:monoidal-containers package:pipes

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

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