map -package:containers -package:bytestring -package:monoidal-containers -package:conduit -package:basement -package:base-compat -package:hedgehog -package:psqueues -package:invertible is:exact package:pipes

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

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