map is:exact -package:lens -package:charset -package:bytestring -package:case-insensitive -package:basement -package:filepath -package:os-string -package:monoidal-containers -package:psqueues -package:containers package:pipes

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

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