map -package:containers -package:aeson -package:foldl -package:invertible -package:bytestring -package:amazonka-core is:exact -package:filepath -package:dense-linear-algebra -package:os-string package:pipes

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

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