map -package:containers is:exact -package:case-insensitive -package:Cabal-syntax -package:basement -package:psqueues -package:aeson -package:integration -package:conduit package:pipes

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

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