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

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

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