map is:exact -package:vector -package:Cabal-syntax -package:dense-linear-algebra -package:blaze-html -package:case-insensitive -package:base -package:basement -package:ghc -package:invertible -package:monoidal-containers package:pipes

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

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