map -package:containers -package:aeson -package:basement -package:psqueues -package:dlist -package:invertible -package:amazonka-core is:exact -package:base -package:Cabal-syntax package:pipes

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

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