map is:exact -package:vector -package:bytestring -package:base -package:basement -package:containers -package:invertible -package:monoidal-containers -package:base-compat -package:filepath package:pipes

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

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