map -package:containers -package:case-insensitive -package:bytestring -package:base -package:base-compat-batteries -package:basement -package:hedgehog -package:charset -package:filepath -package:incipit-base package:pipes is:exact

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

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