map -package:containers -package:basement is:exact -package:blaze-html -package:base -package:case-insensitive -package:base-compat-batteries -package:ghc -package:os-string package:pipes

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

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