map -package:Cabal -package:base -package:text -package:bytestring -is:exact -is:exact -package:aeson is:exact -package:case-insensitive package:pipes

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

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