map -package:containers -package:case-insensitive -package:aeson -package:ghc -package:incipit-base -package:bytestring -package:invertible -package:filepath -package:os-string is:exact -package:Cabal-syntax package:pipes

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

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