map -package:containers is:exact -package:basement -package:invertible -package:psqueues -package:case-insensitive -package:insert-ordered-containers package:pipes

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

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