map -package:containers -package:aeson -package:base-prelude -package:base -package:charset -package:bytestring -package:base-compat -package:hedgehog -package:conduit is:exact -package:os-string -package:integration package:pipes

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

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