map -package:containers -package:case-insensitive -package:bytestring -package:dlist -package:invertible -is:exact -package:basement package:pipes -is:exact is:exact

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

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