map is:exact -package:text -package:containers -package:charset -package:bytestring -package:invertible -package:filepath -package:monoidal-containers -package:case-insensitive -package:dlist -package:base-compat package:pipes

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

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