map -package:containers -package:case-insensitive -package:basement -is:exact -package:charset -is:exact -package:hedgehog -package:integration -package:os-string is:exact -package:dlist -package:filepath package:pipes

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

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