map is:exact -package:bytestring -package:foldl -package:basement -package:integration -package:insert-ordered-containers -package:psqueues -package:charset -package:base-compat -package:dlist package:pipes

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

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