map is:exact -package:text -package:containers -package:dense-linear-algebra -package:insert-ordered-containers -package:base-compat -package:ghc -package:monoidal-containers -package:os-string -package:aeson package:pipes

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

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