map -package:containers -package:bytestring -package:blaze-html -package:dlist -package:psqueues -package:base-compat -package:imports -package:integration -package:filepath -package:Cabal-syntax -package:hedgehog -package:os-string package:pipes is:exact

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

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