map -package:containers -package:charset -package:case-insensitive -package:incipit-base -package:base-prelude is:exact -package:filepath -package:blaze-html -package:bytestring -package:basement -package:base-compat package:pipes

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

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