map is:exact -package:lens -package:conduit -package:bytestring -package:base -package:case-insensitive -package:containers -package:base-compat -package:insert-ordered-containers -package:os-string -package:base-prelude package:pipes

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

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