map is:exact -package:conduit -package:basement -package:case-insensitive -package:monoidal-containers -package:Cabal-syntax -package:integration -package:filepath -package:hedgehog -package:incipit-base package:pipes

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

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