map -package:containers -package:foldl -package:incipit-base -package:aeson -package:bytestring is:exact -package:hedgehog -package:integration -package:conduit -package:filepath -package:os-string package:pipes

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

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