map is:exact -package:text -package:bytestring -package:basement -package:foldl -package:psqueues -package:containers -package:dense-linear-algebra -package:integration -package:hedgehog package:pipes

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

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