map -package:ghc -package:bytestring -package:basement -package:psqueues -package:invertible -is:exact is:exact -package:aeson -package:dense-linear-algebra -package:conduit package:pipes

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

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