map is:exact -package:base -package:ghc -package:containers -package:imports -package:basement -package:hedgehog -package:dlist -package:integration -package:os-string package:pipes

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

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