map -package:containers -package:Cabal-syntax -package:dlist -package:bytestring -package:monoidal-containers -package:integration -package:foldl -package:invertible -package:base-compat is:exact package:pipes

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

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