map is:exact -package:aeson -package:basement -package:Cabal-syntax -package:base-compat -package:ghc -package:containers -package:os-string -package:blaze-html -package:filepath package:pipes

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

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