map is:exact -package:conduit -package:base-prelude -package:charset -package:bytestring -package:invertible -package:blaze-html -package:dense-linear-algebra -package:basement package:pipes

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

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