map is:exact -package:bytestring -package:imports -package:case-insensitive -package:insert-ordered-containers -package:basement -package:os-string package:pipes

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

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