map is:exact -package:bytestring -package:aeson -package:containers -package:charset -package:dlist -package:psqueues -package:foldl -package:case-insensitive -package:basement package:pipes

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

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