map is:exact -package:vector -package:containers -package:amazonka-core -package:base-prelude -package:foldl -package:blaze-html -package:basement -package:hedgehog -package:invertible package:pipes

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

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