map is:exact -package:conduit -package:basement -package:dense-linear-algebra package:pipes

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

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