map is:exact -package:vector -package:containers -package:case-insensitive -package:bytestring -package:ghc -package:Cabal-syntax -package:filepath -package:os-string -package:integration -package:hedgehog package:pipes

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

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