map -package:containers -package:aeson -package:case-insensitive -package:charset -package:base-compat-batteries -package:incipit-base -package:filepath -package:bytestring -package:os-string package:pipes is:exact

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

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