map -package:containers -package:bytestring -package:base-prelude -is:exact is:exact -package:charset -package:filepath -package:hedgehog -package:basement package:pipes

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

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