map is:exact -package:bytestring -package:base-prelude -package:basement -package:integration -package:monoidal-containers -package:base -package:containers -package:charset package:pipes

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

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