map -package:containers -package:base-prelude -package:basement -package:aeson -package:ghc -package:imports -package:invertible -package:bytestring -package:os-string -package:amazonka-core -package:psqueues package:pipes is:exact

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

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