map -package:containers -package:basement -package:conduit -is:exact -package:case-insensitive -package:psqueues -package:filepath is:exact -package:aeson -package:amazonka-core package:pipes

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

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