Type
The type of a delivery function.
MLWORKS.Deliver
MLWorks.Deliver
type deliverer = string * (unit -> unit) * bool -> unit
The type of a function that takes a string, a function of type unit -> unit, and a boolean. This is the type of the deliver function, which implements the delivery process. See deliver, page 18.