map -package:containers -package:Cabal-syntax -package:dlist -package:bytestring -package:basement -package:base-compat -package:aeson -package:charset -package:filepath -package:integration package:pipes is:exact

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

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