map -package:containers -package:aeson -package:amazonka-core -package:dense-linear-algebra -package:basement -package:charset -package:foldl -package:bytestring -package:filepath is:exact package:pipes

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

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