map is:exact -package:aeson -package:basement -package:base-compat -package:monoidal-containers -package:ghc -package:blaze-html -package:case-insensitive -package:hedgehog -package:dense-linear-algebra package:pipes

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

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