map -package:containers -package:ghc -package:insert-ordered-containers -package:blaze-html -package:base -package:monoidal-containers -package:basement -package:invertible -package:hedgehog -package:bytestring is:exact package:pipes

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

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