map -package:containers -package:Cabal-syntax -package:aeson -package:amazonka-core -is:exact -package:foldl -package:hedgehog -package:dlist -package:integration is:exact -package:charset -package:os-string package:pipes

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

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