map -package:containers -package:aeson -package:blaze-html -package:invertible -package:bytestring is:exact -package:filepath -package:base-prelude -package:basement -package:incipit-base -package:amazonka-core package:pipes

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

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