map -package:unordered-containers -package:containers -package:imports -package:base -is:exact -package:foldl -package:bytestring -package:base-prelude -package:basement package:pipes is:exact

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

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