map -package:containers -package:case-insensitive -package:insert-ordered-containers -package:invertible is:exact -package:integration -package:basement -package:base-prelude package:pipes

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

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