map is:exact -package:lens -package:case-insensitive -package:containers -package:basement -package:conduit -package:insert-ordered-containers package:pipes

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

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