map is:exact -package:text -package:amazonka-core -package:basement -package:bytestring -package:ghc -package:insert-ordered-containers -package:base-prelude -package:hedgehog -package:dlist package:pipes

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

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