map -package:containers -package:ghc -is:exact -package:basement -package:blaze-html is:exact -package:aeson -package:conduit -package:filepath -package:base -package:os-string -package:dense-linear-algebra package:pipes

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

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