map -package:containers -package:dlist -package:conduit -package:charset -package:case-insensitive -package:invertible -is:exact -package:basement -is:exact is:exact -package:integration -package:Cabal-syntax package:pipes

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

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