map is:exact -package:text -package:base-compat-batteries -package:basement -package:dlist -package:charset -package:containers -package:hedgehog -package:base-prelude -package:imports -package:os-string package:pipes

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

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