map -package:containers -package:bytestring -package:invertible -package:basement -package:Cabal-syntax -package:base-compat-batteries is:exact -package:filepath -package:insert-ordered-containers package:pipes

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

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