map -package:containers -package:charset -package:dense-linear-algebra -package:blaze-html -package:base-prelude -package:integration -package:ghc -package:basement -package:aeson package:pipes is:exact

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

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