map -package:containers -package:bytestring -package:charset -package:invertible -package:incipit-base -package:monoidal-containers -package:filepath -package:insert-ordered-containers -package:ghc -package:integration package:pipes is:exact

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

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