map is:exact -package:bytestring -package:case-insensitive -package:basement -package:containers -package:foldl -package:amazonka-core -package:invertible package:pipes

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

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