map is:exact -package:text -package:bytestring -package:basement -package:ghc -package:base-compat -package:insert-ordered-containers -package:dense-linear-algebra -package:blaze-html -package:containers package:pipes

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

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