map is:exact -package:text -package:amazonka-core -package:charset -package:bytestring -package:basement -package:containers -package:hedgehog package:pipes

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

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