map is:exact -package:base -package:dense-linear-algebra -package:basement -package:bytestring -package:blaze-html -package:hedgehog -package:charset -package:dlist package:pipes

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

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