map -package:vector -package:dense-linear-algebra -package:bytestring -package:base-prelude -package:aeson -package:charset -package:containers -package:hedgehog -package:basement package:pipes -is:exact is:exact

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

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