map -package:charset is:exact -package:basement -package:case-insensitive -package:bytestring -package:insert-ordered-containers -package:incipit-base -package:filepath -package:containers package:pipes

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

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