map -package:containers is:exact -package:dlist -package:basement -package:psqueues -package:bytestring -package:os-string -package:insert-ordered-containers -package:invertible -package:hedgehog -package:base-compat package:pipes

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

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