map -package:containers -package:ghc -package:basement -package:case-insensitive -package:base-compat-batteries -package:incipit-base -package:hedgehog -package:charset -package:integration is:exact -package:invertible package:pipes

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

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