map -package:containers -package:base-prelude -package:Cabal-syntax -package:integration is:exact -package:bytestring -package:case-insensitive -package:base-compat -package:basement package:pipes

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

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