map -package:containers -package:bytestring -package:dense-linear-algebra -package:integration -package:aeson is:exact -package:Cabal-syntax -package:filepath -package:os-string -package:basement package:pipes

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

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