map is:exact -package:text -package:dense-linear-algebra -package:base-prelude -package:amazonka-core -package:containers -package:charset -package:insert-ordered-containers -package:bytestring -package:basement package:pipes

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

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