map -package:containers -package:bytestring -package:monoidal-containers -package:imports -package:base-compat -package:invertible -package:incipit-base -package:charset -package:dlist -package:integration -package:foldl is:exact package:pipes

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

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