map is:exact -package:conduit -package:charset -package:insert-ordered-containers -package:Cabal-syntax -package:bytestring -package:invertible -package:blaze-html -package:imports -package:containers package:pipes

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

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