map -package:containers -package:charset -package:invertible -package:base-prelude -package:conduit -is:exact -package:insert-ordered-containers -package:base -package:integration is:exact -package:dlist -package:bytestring package:pipes

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

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