map -package:containers -package:bytestring -package:dense-linear-algebra -package:foldl -package:basement -package:base -package:base-compat package:pipes -is:exact is:exact

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

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