map -package:containers -is:exact -package:insert-ordered-containers -package:base-compat -package:monoidal-containers -package:conduit -package:hedgehog -package:os-string -package:blaze-html -package:psqueues is:exact package:pipes

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

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