map -package:containers -package:Cabal-syntax -package:conduit -package:bytestring is:exact -package:incipit-base -package:base-prelude -package:basement -package:invertible -package:charset package:pipes

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

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