map -package:conduit -package:charset is:exact -package:bytestring -package:basement -package:os-string -package:monoidal-containers -package:incipit-base -package:psqueues -package:blaze-html package:pipes

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

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