map is:exact -package:text -package:charset -package:conduit -package:ghc -package:dlist -package:monoidal-containers -package:case-insensitive -package:integration -package:filepath -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