map -package:charset -package:bytestring -package:dense-linear-algebra -package:blaze-html -package:base-prelude -package:basement -package:os-string -package:ghc -package:imports is:exact package:pipes

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

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