map -package:containers is:exact -package:basement -package:invertible -package:Cabal-syntax -package:dlist -package:integration package:pipes

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

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