map is:exact -package:conduit -package:aeson -package:Cabal-syntax -package:bytestring -package:integration -package:basement -package:blaze-html -package:case-insensitive -package:filepath package:pipes

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

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