map -package:vector -package:basement -package:conduit -package:case-insensitive is:exact -package:charset -package:aeson -package:amazonka-core -package:monoidal-containers -package:integration package:pipes

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

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