map -package:containers -package:ghc -package:incipit-base -package:base -package:basement -package:invertible -package:integration -package:bytestring -package:aeson -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