map -package:Cabal -package:base -package:case-insensitive -package:bytestring -package:blaze-html -package:containers -package:aeson package:pipes -is:exact -is:exact is:exact

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

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