map -package:containers is:exact -package:base -package:ghc -package:case-insensitive -package:monoidal-containers -package:Cabal-syntax -package:charset -package:os-string -package:base-compat-batteries package:pipes

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

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