map -package:containers -package:incipit-base -package:conduit -package:aeson -package:blaze-html -package:integration -package:monoidal-containers -package:filepath -package:bytestring -package:foldl package:pipes -is:exact is:exact

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

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