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

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

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