map -package:containers -package:dlist -package:conduit -package:basement -package:dense-linear-algebra -package:aeson -package:hedgehog -package:psqueues package:pipes is:exact

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

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