map -package:containers -package:case-insensitive -package:dense-linear-algebra -package:amazonka-core is:exact -package:basement -package:bytestring -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