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

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

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