map is:exact -package:lens -package:charset -package:basement -package:invertible -package:blaze-html -package:case-insensitive -package:bytestring -package:integration -package:dlist package:pipes

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

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