map -package:containers -package:base-compat -package:basement -package:aeson -package:charset -package:dlist -package:insert-ordered-containers -package:filepath -package:os-string -package:imports package:pipes is:exact

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

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