map -package:conduit -is:exact is:exact -package:basement -package:integration -package:incipit-base -package:bytestring -package:containers -package:filepath package:pipes

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

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