map -package:unordered-containers -package:containers -package:imports -package:bytestring -package:filepath -package:base-compat -package:integration -package:os-string package:pipes is:exact

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

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