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

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

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