map is:exact -package:bytestring -package:foldl -package:basement -package:integration -package:insert-ordered-containers -package:psqueues -package:filepath -package:dense-linear-algebra -package:conduit package:pipes

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

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