map is:exact -package:bytestring -package:Cabal-syntax -package:case-insensitive -package:basement -package:psqueues -package:ghc -package:aeson -package:insert-ordered-containers -package:charset -package:regex-tdfa package:pipes

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

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