map is:exact -package:basement -package:base-prelude -package:containers -package:integration -package:incipit-base -package:monoidal-containers -package:filepath -package:invertible package:pipes

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

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