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

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

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