map -package:vector -is:exact -package:bytestring -package:base-prelude -package:dlist is:exact -package:hedgehog -package:basement -package:foldl -package:containers package:pipes

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

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