map is:exact -package:text -package:amazonka-core -package:basement -package:bytestring -package:Cabal-syntax -package:dense-linear-algebra -package:invertible -package:monoidal-containers package:pipes

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

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