Type
The type of a function that, given a delivery function, augments it to return another.
MLWORKS.Deliver
MLWorks.Deliver
type delivery_hook = deliverer -> deliverer
The type of a function that, given a delivery function, augments it to return another. This allows you to customize the delivery process.