map -package:containers -is:exact -package:charset -package:bytestring -package:insert-ordered-containers package:pipes is:exact

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

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