map -package:containers -package:charset -package:amazonka-core -package:basement -package:bytestring -package:blaze-html -package:os-string -package:imports is:exact -package:base-prelude package:pipes

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

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