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

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

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