map is:exact -package:charset -package:amazonka-core -package:base-compat -package:containers -package:bytestring -package:base-prelude -package:basement -package:invertible package:pipes

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

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