map -package:containers -package:bytestring -package:base-compat-batteries -package:dense-linear-algebra is:exact -package:basement -package:invertible -package:charset -package:insert-ordered-containers package:pipes

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

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