map is:exact -package:base -package:ghc -package:bytestring -package:charset -package:imports -package:basement -package:base-compat -package:aeson -package:os-string -package:hedgehog package:pipes

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

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