map is:exact -package:bytestring -package:foldl -package:Cabal-syntax -package:dlist -package:charset -package:containers -package:blaze-html -package:os-string package:pipes

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

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