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

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

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