map -package:containers -is:exact -package:charset -package:aeson -package:insert-ordered-containers -package:bytestring is:exact -package:filepath -package:foldl -package:invertible -package:basement package:pipes

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

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