map -package:charset -package:amazonka-core is:exact -package:ghc -package:bytestring -package:aeson -package:Cabal-syntax -package:basement -package:os-string package:pipes

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

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