map is:exact -package:conduit -package:amazonka-core -package:case-insensitive -package:basement -package:dense-linear-algebra -package:ghc -package:charset -package:filepath -package:containers package:pipes

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

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