map -package:containers -package:base-compat -package:basement -package:foldl is:exact -package:bytestring -package:blaze-html -package:ghc -package:Cabal-syntax -package:charset -package:base package:pipes

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

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