map -package:containers -package:imports -package:basement -package:blaze-html -package:bytestring -package:invertible -package:base-compat-batteries -package:hedgehog -is:exact package:pipes is:exact

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

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