map -package:containers -package:bytestring -package:basement -package:dlist -package:insert-ordered-containers -package:monoidal-containers -package:psqueues -package:base -package:hedgehog -package:text package:pipes is:exact

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

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