map is:exact -package:aeson -package:ghc -package:base-compat -package:dlist -package:basement -package:insert-ordered-containers -package:amazonka-core -package:hedgehog -package:Cabal-syntax package:pipes

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

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