map is:exact -package:bytestring -package:conduit -package:dense-linear-algebra -package:containers -package:aeson -package:insert-ordered-containers -package:filepath -package:case-insensitive -package:basement package:pipes

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

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