map -package:containers -package:basement -package:psqueues -package:Cabal-syntax is:exact -package:dense-linear-algebra -package:bytestring -package:dlist -package:integration package:pipes

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

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