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

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

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