map -package:containers -package:base-prelude -is:exact -package:foldl -package:dlist -package:basement -package:integration -package:bytestring -package:charset is:exact -package:aeson package:pipes

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

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