map is:exact -package:text -package:bytestring -package:basement -package:ghc -package:incipit-base -package:Cabal-syntax -package:dense-linear-algebra -package:hedgehog -package:os-string package:pipes

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

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