map -package:containers -package:ghc is:exact -package:Cabal-syntax -package:aeson -package:basement -package:os-string -package:psqueues package:pipes

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

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