map is:exact -package:text -package:bytestring -package:basement -package:ghc -package:base-prelude -package:invertible -package:insert-ordered-containers -package:integration -package:dlist -package:dense-linear-algebra package:pipes

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

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