map -package:containers -package:bytestring -package:monoidal-containers -package:imports -package:base-prelude -package:basement -package:invertible -package:base-compat-batteries -package:hedgehog package:pipes is:exact

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

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