map -package:containers -package:base-compat-batteries -package:foldl -package:base -package:basement -package:bytestring -package:dlist -package:aeson -package:insert-ordered-containers -is:exact package:pipes is:exact

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

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