map -package:containers -package:basement -package:psqueues -package:Cabal-syntax -package:blaze-html -is:exact -package:os-string -package:hedgehog -package:bytestring -package:invertible package:pipes is:exact

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

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