map -package:containers -package:bytestring -package:basement is:exact -package:dlist -package:Cabal-syntax -package:conduit -package:dense-linear-algebra -package:insert-ordered-containers -package:regex-tdfa package:pipes

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

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