map -package:containers -package:aeson -package:base-prelude -package:base -package:basement is:exact -package:charset -package:os-string -package:filepath -package:psqueues package:pipes

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

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