map -package:vector -is:exact is:exact -package:base -package:unordered-containers package:pipes

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

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