map -package:containers -package:imports -package:base -package:bytestring -package:Cabal-syntax -package:monoidal-containers -package:ghc is:exact -package:dense-linear-algebra -package:case-insensitive -package:invertible package:pipes

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

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