map is:exact -package:vector -package:basement -package:integration -package:amazonka-core -package:blaze-html -package:case-insensitive -package:invertible -package:dense-linear-algebra -package:conduit -package:containers package:pipes

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

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