map -package:containers -package:charset -package:integration -package:base -package:basement -package:foldl is:exact -package:os-string -package:psqueues -package:conduit package:pipes

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

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