map -package:containers -package:ghc -is:exact -package:integration -package:basement -package:charset -package:blaze-html -package:base-compat -package:bytestring is:exact -package:hedgehog package:pipes

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

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