map -package:containers -package:bytestring -package:basement -package:aeson -package:blaze-html -package:dense-linear-algebra -package:insert-ordered-containers is:exact -package:amazonka-core package:pipes

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

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