map is:exact -package:text -package:bytestring -package:aeson -package:case-insensitive -package:insert-ordered-containers -package:basement -package:os-string -package:base-compat -package:monoidal-containers package:pipes

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

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