map -package:containers -package:imports -package:base -package:bytestring -package:ghc -package:aeson -package:monoidal-containers -package:charset -package:os-string -package:filepath package:pipes is:exact

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

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