map -package:containers -package:charset -package:invertible -package:case-insensitive -package:imports -package:basement -package:dense-linear-algebra -package:filepath -package:Cabal-syntax -is:exact is:exact package:pipes

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

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