map is:exact -package:vector -package:base-prelude -package:ghc -package:dlist -package:Cabal-syntax -package:base-compat -package:basement -package:hedgehog -package:amazonka-core -package:os-string package:pipes

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

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