map is:exact -package:conduit -package:aeson -package:base-prelude -package:basement -package:amazonka-core -package:monoidal-containers -package:invertible -package:containers -package:ghc package:pipes

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

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