map -package:base-prelude -package:case-insensitive -package:basement -package:dense-linear-algebra -package:insert-ordered-containers -package:filepath -package:bytestring -package:os-string is:exact package:pipes

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

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