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

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

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