map -package:containers -package:ghc -package:bytestring -package:dense-linear-algebra -package:Cabal-syntax -package:case-insensitive -package:invertible -package:incipit-base -package:charset -package:conduit package:pipes is:exact

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

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