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

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

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