map -package:conduit is:exact -package:base-compat -package:aeson -package:bytestring -package:blaze-html -package:base-prelude -package:basement -package:filepath -package:hedgehog -package:containers package:pipes

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

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