map -package:charset -package:Cabal-syntax -package:ghc -package:containers -package:blaze-html -package:hedgehog -package:dlist -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