map is:exact -package:conduit -package:charset -package:basement -package:base-prelude -package:bytestring -package:amazonka-core -package:os-string -package:base-compat -package:base package:pipes

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

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