map is:exact -package:text -package:bytestring -package:basement -package:monoidal-containers -package:psqueues -package:hedgehog -package:imports -package:invertible -package:Cabal-syntax -package:foldl package:pipes

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

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