map -package:containers is:exact -package:base -package:ghc -package:foldl -package:aeson -package:base-compat-batteries -package:case-insensitive -package:monoidal-containers -package:bytestring -package:invertible package:pipes

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

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