map -package:containers -package:bytestring -package:dlist -package:base-prelude package:pipes is:exact

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

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