map -package:containers -package:aeson -package:blaze-html -package:invertible -package:bytestring is:exact -package:filepath -package:base -package:amazonka-core -package:monoidal-containers -package:os-string package:pipes

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

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