map is:exact -package:base -package:ghc -package:conduit -package:Cabal-syntax -package:dense-linear-algebra -package:basement -package:invertible -package:bytestring -package:base-compat-batteries package:pipes

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

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