map is:exact -package:aeson -package:charset -package:containers -package:ghc -package:case-insensitive -package:dlist -package:foldl -package:hedgehog -package:basement -package:base-prelude package:pipes

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

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