map is:exact -package:text -package:charset -package:base -package:Cabal-syntax -package:basement -package:ghc -package:amazonka-core -package:case-insensitive -package:containers -package:os-string package:pipes

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

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