map -package:containers -package:charset -package:invertible -is:exact -package:base-prelude -is:exact -package:basement -package:bytestring package:pipes is:exact

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

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