map -package:containers -package:conduit -package:charset -package:base-compat-batteries -package:base-compat -package:bytestring -package:foldl -package:incipit-base -package:hedgehog -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