map -package:containers -package:aeson is:exact -package:blaze-html -package:integration -package:insert-ordered-containers -package:hedgehog -package:filepath -package:Cabal-syntax -package:os-string -package:base-prelude package:pipes

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

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