map -package:containers -package:blaze-html is:exact -package:dense-linear-algebra -package:foldl -package:bytestring -package:monoidal-containers -package:invertible -package:basement -package:amazonka-core package:pipes

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

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